Skip to main content
GET
Retrieve a paginated list of products from your catalog. Products are returned in reverse chronological order by default.
integer
default:"50"
Number of products to return per page (1-200).
string
Cursor for pagination. Use the next_cursor value from the previous response to fetch the next page.
string
Filter by product status. One of: draft, active, archived.
string
Filter by product source. One of: shopify, product_extraction, manual.
Full-text search across text-like attribute values.
string
Filter products by their catalog schema ID.
string
default:"updated_at"
Field to sort by. Use updated_at, created_at, or attr:<key> for attribute sorting.
string
default:"desc"
Sort direction: asc or desc.
string
JSON-encoded attribute filters. Example: {"color":"red","price":{"op":"gt","value":10}}
array
Array of product objects.
string
Cursor for fetching the next page. null when there are no more results.