Get product
Return a single catalog item by its ID or slug.
Request
id path segment. Food and service catalogs currently resolve by MongoDB item ID.Headers
| Header | Type | Description |
|---|---|---|
x-shop-id | string | Identify the shop context. |
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Product ID or slug. |
catalogType: "food" / itemType: "food", and business storefronts return catalogType: "service" / itemType: "service" on the item payload. Service items include addons and video.Successful response
Error response
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.

