v3

latestOpenAPI 3.1.02026-08-0619186200.1 KB
Products

Fetch results from Products for Inventory Sync

Iterate over results from /integrations/products/search endpoint using the returned cursor or using the cursor provided by response of this request as nextCursor.

The response is the same as the legacy /products endpoint (Retrieve List of Products).

get/v1/integrations/products/search/paginate

Query parameters

cursorstring required

Cursor returned from the initial /integrations/products/search call, or the next_cursor value returned from a previous call to this endpoint.

pageSizeinteger

Response

Success

totalinteger required

Total number of results found for the original search.

next_cursorstring nullable required

Cursor to fetch the next page of results; null when there are no more results.