List products
Products
List products
Returns a paginated list of the store’s products (the ecommerce catalog), newest first, with shop, currency and category populated.
GET
List products
Returns a paginated list of the store’s products (the ecommerce catalog), newest first, with shop, currency and category populated. Supports filtering by category, free-text search, exact barcode and stock status. Requires the
READ_INVENTORY scope.Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Query Parameters
Page number to return (defaults to 1).
Required range:
x >= 1Maximum number of products per page (defaults to 10).
Required range:
x >= 1Optional search phrase applied to product names or descriptions.

