Fetch product categories
Returns product categories with cursor-based pagination, sorted deterministically by category ID. Maximum of 250 categories per page. (Tier 3)
path Parameters
environmentEnvironment (live or test)
query Parameters
cursorCursor for pagination. Use the cursor value from the previous response to get more results.
limitMaximum number of results to return (default: 100, max: 250)
Headers
x-api-keyAPI key for authentication
Fetch product categories › Responses
List of product categories with pagination
List of product categories
cursorCursor for pagination. Use this value as the cursor parameter in the next request to get more results.
Fetch products
Returns products with cursor-based pagination, sorted deterministically by product ID. Maximum of 250 products per page. (Tier 3)
path Parameters
environmentEnvironment (live or test)
query Parameters
cursorCursor for pagination. Use the cursor value from the previous response to get more results.
limitMaximum number of results to return (default: 100, max: 250)
Headers
x-api-keyAPI key for authentication
Fetch products › Responses
List of products with pagination
cursorCursor for pagination. Use this value as the cursor parameter in the next request to get more results.
List of products
