Get Product and SKUs

GET

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_idstringRequired

Unique identifier for a Site

product_idstringRequired

Unique identifier for a Product

Headers

Accept-VersionstringOptional

The API version

Response

Request was successful

itemslist of objectsOptional

List of SKUs for a Product

countdoubleOptional

Number of items returned

limitdoubleOptionalDefaults to 100

The limit specified in the request

offsetdoubleOptionalDefaults to 0

The offset specified for pagination

totaldoubleOptional

Total number of items in the collection