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

productobjectOptional

The Product object

skuslist of objectsOptional

A list of SKU Objects

Errors