Skip to main content
GET
List Products

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

marketplace
enum<string>
required

Represents a Levanta marketplace (ex: amazon.co.uk, walmart.com, shopify.com). If "all" is specified then the scope is all marketplaces.

Available options:
all,
amazon.com,
amazon.com.mx,
amazon.co.uk,
amazon.ca,
amazon.de,
amazon.es,
amazon.fr,
amazon.it,
amazon.nl,
walmart.com,
shopify.com
access
enum<string>

Whether or not to only return products for brands that you have an active partnership with

Available options:
true,
false
product_ids
string

Filter products by their primary ID

brand_ids
string

Filter products by the brand ID

limit
number
default:100

The maximum number of items to return

Required range: 1 <= x <= 500
cursor
string

The cursor returned from the last request, if omitted the first page will be returned

Maximum string length: 512

Response

Success

products
object[]
required
cursor
string | null
required

The cursor to use for the next request, if empty there are no more items to return