List Products & SKUs

GET

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_idstringRequired

Unique identifier for a Site

Headers

Accept-VersionstringOptional

The API version

Query parameters

offsetdoubleOptional

Offset used for pagination if the results have more than limit records

limitdoubleOptional

Maximum number of records to be returned (max limit: 100)

Response

Request was successful

itemslist of objectsOptional

List of Item objects within the Collection. Contains product and skus keys

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