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_id
Unique identifier for a Site
product_id
Unique identifier for a Product
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept-Version
The API version
Response
Request was successful
items
List of SKUs for a Product
count
Number of items returned
limit
The limit specified in the request
offset
The offset specified for pagination
total
Total number of items in the collection