List Products & SKUs
Retrieve all products for a site. Use limit
and offset
to page through all products with subsequent requests. All SKUs for each product will also be fetched and returned. The count
, limit
and offset
and total
values represent Products only and do not include any SKUs.
Path parameters
site_id
Unique identifier for a Site
Headers
Accept-Version
The API version
Query parameters
offset
Offset used for pagination if the results have more than limit records
limit
Maximum number of records to be returned (max limit: 100)
Response
Request was successful
items
List of Item objects within the Collection. Contains product and skus keys
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