Product detail
GET /product-detail
This endpoint allows you to retreive detailed information about a specific product using it's slug. Note that some products have variants and others do not have variants. An example of a variant is 'Color' or 'Size'. Variants are clearly marked in the response with their Variant Id.
Headers
Header
Type
Description
Authorization
string
Bearer token.
Query parameters
Parameter
Type
Description
slug
string
The unique identifier of the product you want to retrieve.
Response
Last updated
Was this helpful?