List all products in your catalog
The dated version of the API, if not specified a default is used. See API versioning for more information.
Filter by products which can be ordered. If true
, returns only those which can be ordered, if false
, returns all products.
Filter by product code
Filter by countries where a product can be redeemed in. To specify multiple countries repeat the parameter for each country, e.g. ?countries_redeemable_in=US&countries_redeemable_in=GB
ISO 3166 ALPHA-2 country code
Filter by product categories. To specify multiple categories repeat the parameter for each category, e.g. ?categories=fashion&categories=department-stores
. You can pull the list of categories from the list categories endpoint.
Product category name
A cursor for use in pagination to return the next set of products. The before and after cursors are mutually exclusive (you can't use them at the same time).
A cursor for use in pagination to return the previous set of products. The before and after cursors are mutually exclusive (you can't use them at the same time).
A limit on the number of items to be returned.
1 <= x <= 500
List of products in your catalog
The response is of type object
.