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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
site_id
Unique identifier for a Site
product_id
Unique identifier for a Product
Headers
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