Get a product
Retrieves a single product by its ID, scoped to the store, with shop, currency and category populated.
READ_INVENTORY scope.Authorizations
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.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Path Parameters
Product's MongoDB identifier or slug.
Response
Product detail response.
Unique product identifier.
Display name of the product.
Unit price for the product.
Catalog item type.
product, food, service Catalog response type for the current storefront.
product, food, service Rich description of the product.
ISO currency code for the product price.
Identifier of the category the product belongs to.
Derived status such as active or archived.
Optional list of image URLs for the product.
Available add-ons for food catalog items.
Optional list of variant definitions for the product.

