Commerce API
Commerce API: Access the product catalog
To access the product catalog, make a request (using your commerce API key) to:
This endpoint returns the products that are available to send through the Commerce API. The list of products can change as products are added and removed. The product object includes the brand name, price, brand shipping price, copy like subtitles, variant information, and product imagery.
You can paginate the product catalog by passing the ?page=
query parameter (the first page is 1
) and the ?per_page
query parameter (maximum 100
) to paginate through the list.
An example response might look like:
For more information, including the schema of the Product object, check out the API reference for the products endpoint.