List active products in Levanta’s product catalogue. Sort products by title, commission, or price. Filter products by asin, brand, access, and in stock status. Access represents whether or not a creator has an active partnership with the brand that the product belongs to.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The maximum number of items to return
1 <= x <= 500
The cursor returned from the last request, if omitted the first page will be returned
512
Comma-delimited list of ASINs representing an array. Example: B09G9FPHY6,B09G9FPHY7 equivalent to [B09G9FPHY6,B09G9FPHY7]
Comma-delimited list of strings representing an array. Example: 1,2,3 equivalent to [1,2,3]
true
, false
Whether or not to only return products for brands that you have an active partnership with
true
, false
Represents an Amazon marketplace. If "all" is specified then the scope is all marketplaces.
all
, amazon.com
, amazon.co.uk
, amazon.ca
, amazon.de
, amazon.fr
Success
The response is of type object
.