v1

latestOpenAPI 3.1.02026-07-245575200.1 KB
Products

List products

Returns a paginated list of products with their prices. Use the nextCursorToken from the response as cursorToken in the next request to page through results. When hasMore is false, you have reached the last page.

get/v2/products

Query parameters

limitinteger

Number of products to return per page (1–50, default 20)

Number of products to return per page (1–50, default 20)

cursorTokenstring

Value of nextCursorToken from a previous response to fetch the next page

Value of nextCursorToken from a previous response to fetch the next page

Response

Success

status'SUCCEEDED' required
hasMoreboolean
nextCursorTokenstring

Pass this value as cursorToken in the next request to fetch the next page. Absent when there are no more items.