GET
/
api
/
v3
/
marketplace
/
products

Required Auth Scopes

marketplace

Parameters

after
string

The start for cursor for pagination. This is returned in the pagination object of the previous response.

price_gte_usd
integer

The minimum price of products in USD.

price_lte_usd
integer

The maximum price of products in USD.

ship_to_country_codes[]
array<string>

The country codes to ship to.

category_ids[]
array<string>

Category IDs to filter products by.

text_search
string

Filter products by exact text search.

Response

pagination
object
required

Pagination information.

categories
array
required

List of group of nested categories in the marketplace for the result set.

products
array
required

List of products in the marketplace

id
string
required

The product’s identifier.

name
string
required

The product’s name.

description
string
required

The product’s description.

variants
array
required

List of product variants

id
string
required

The variant’s identifier.

estimated_total_price
object
required
currency
string
required

The currency of the price.

price_per_unit
string
required

The price per unit.

images
array
required

List of images

url
string
required

The image’s URL.

cdn_main
object
required
url
string
required

The main image’s URL on a CDN (recommended).

cdn_thumbnail
object
required
url
string
required

The thumbnail image’s URL on a CDN.