Get a paginated list of all products with filtering and sorting options. Returns product details including pricing and availability.
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Filter products by collection slug or name. Products will be ordered by their position in the collection.
Filter products by attributes using deep object notation. Each attribute filter accepts comma-separated values for OR matching.
Format: attr[attribute_slug]=value1,value2
Example: attr[color]=red,blue&attr[size]=large This returns products that are (red OR blue) AND large.
Sort products by field and direction. Format: field.direction (e.g., price.asc, name.desc). Multiple sort options can be comma-separated.
Limit the number of results returned. Maximum 50 per page.
1 <= x <= 50Page number for pagination.
x >= 1Number of items per page. Default is 50.
1 <= x <= 50Comma-separated list of related resources to include in the response.
Available options: linkedSubscriptions (includes full subscription details for products with linked subscriptions).
linkedSubscriptions