Get a Product
GET
/store/products/{id}Retrieve a Product's details. For accurate and correct pricing of the product based on the customer's context, it's highly recommended to pass fields such asregion_id
, currency_code
, and cart_id
when available.
Passing sales_channel_id
ensures retrieving only products available in the current sales channel.
You can alternatively use a publishable API key in the request header instead of passing a sales_channel_id
.
Request
The ID of the Product.
The ID of the sales channel the customer is viewing the product from.
The ID of the cart. This is useful for accurate pricing based on the cart's context.
The ID of the region. This is useful for accurate pricing based on the selected region.
Comma-separated relations that should be expanded in the returned product.
Comma-separated fields that should be included in the returned product.
A 3 character ISO currency code. This is useful for accurate pricing based on the selected currency.