Products & Store
Get Product Details
Returns the full details for a single product in the store.
GET
Get Product Details
Get Product Details
Returns the complete product information including pricing, description, and availability. Used on the product detail page and in the checkout flow.Authentication
No authentication required for public product details.Path Parameters
number
required
Numeric identifier of the product. Returned as
Id from the products list.Query Parameters
string
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Name,Price,PriceFormatted,Description.Response
Returns aProduct object.
number
required
Unique identifier for the product.
string
required
Display name of the product.
string
Full product description. May contain HTML.
number
Unit price.
string
ISO 4217 currency code.
Examples
Fetch product details
TypeScript Integration
Get Product Details