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 limit, offset and total values represent Products only and do not include any SKUs.

Required scope | ecommerce:read

Path parameters

site_idstringRequired

Unique identifier for a Site

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 for each Item

paginationobjectOptional

Pagination object

Errors