Return a single product by its identifier or slug.
id
path segment. The API returns the same response for both inputs.| Parameter | Type | Description |
|---|---|---|
id | string | Product ID or slug. |
inWishlist
boolean indicating whether the product is in the user’s wishlist.JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Product's MongoDB identifier or slug.
Product detail response.
Unique product identifier.
Display name of the product.
Unit price for the product.
ISO currency code for the product price.
Identifier of the category the product belongs to.
Rich description of the product.
Derived status such as active or archived.
Optional list of image URLs for the product.
Optional list of variant definitions for the product.