Get Product and SKUs

Retrieve a single product by its ID. All of its SKUs will also be retrieved.

Required scope | ecommerce:read

Path parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site
product_idstringRequiredformat: "objectid"
Unique identifier for a Product

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Request was successful
productobject or null
The Product object
skuslist of objects or null
A list of SKU Objects

Errors