Get Product and SKUs

Retrieve a single product by its ID. All of its SKUs will also be retrieved. The count, limit, offset and total values in the response represent the Product only and do not include SKUs.

Path parameters

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

Headers

AuthorizationstringRequired

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

Accept-VersionstringOptional
The API version

Response

Request was successful
itemslist of objects or null
List of SKUs for a Product
countdouble or null
Number of items returned
limitdouble or nullDefaults to 100
The limit specified in the request
offsetdouble or nullDefaults to 0
The offset specified for pagination
totaldouble or null
Total number of items in the collection

Errors