List products

Returns the merchant's product catalog with cursor-based pagination.
Supports filtering by search (name/sku/gtin), brand, category, status, and price range (min_price/max_price columns).
All price fields are returned as numbers (not strings).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 25

Number of results to return (max 100)

string

Cursor for pagination (from next_page)

string
length ≥ 3

Search by name (LIKE), sku, or gtin (exact match)

string

Filter by brand (exact match)

string

Filter by category (exact match)

string
enum

Filter by product status

Allowed:
number

Filter products with min_price >= value

number

Filter products with max_price <= value

string
enum

Sort field

string
enum
Defaults to asc

Sort direction

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json