List all product info
Retrieves a list of products from the seller’s catalog, including all associated data, containing:
- Variants: All product variants, with their attributes (price, SKU, options, etc.).
- Inventory: inventory information for each product and variant.
- Inventory Locations: Inventory locations at the variant level.
Providing all this data in a single response simplifies product integrations. The response is compatible with the Shopify REST API product schema. For detailed schema explanations, see the Shopify REST API Product resource.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Specify the sales channel from which to fetch user data. Each request can only retrieve data from a single channel at a time. Since requests are processed in real-time, response times vary depending on the sales channel’s speed
bigcommerce
, bol
, lightspeed_c
, shopify
, woocommerce
, mirakl
The ID of the user you want to fetch the data for. The user must be authenticated to the channel you are sending the request for.
To receive the completion event. You can use a webhook to find out whether the task is finished.
Body
Used to paginate to the next batch of objects. Should be a copy of the next_page_token value from the previous response.
Supported channels: shopify
, woocommerce
, bigcommerce
, lightspeed_c
, bol
, amazon
Used to limit the number of returned objects. The maximum is 100.
Supported channels: shopify
, woocommerce
, bigcommerce
, lightspeed_c
, bol
, amazon
Return products updated after this date. Date must be in ISO 8601 format (YYYY-MM-DDTHH:mm:ss[timezone offset]).
Supported channels: shopify
, bigcommerce
, lightspeed_c
"2025-01-25T16:15:47-04:00"
Return products updated before this date. Date must be in ISO 8601 format (YYYY-MM-DDTHH:mm:ss[timezone offset])
Supported channels: shopify
, bigcommerce
, lightspeed_c
"2025-01-25T16:15:47-04:00"
Return products created after this date. Date must be in ISO 8601 format (YYYY-MM-DDTHH:mm:ss[timezone offset])
Supported channels: shopify
, lightspeed_c
"2025-01-25T16:15:47-04:00"
Return products created before this date. Date must be in ISO 8601 format (YYYY-MM-DDTHH:mm:ss[timezone offset]).
Supported channels: shopify
, lightspeed_c
"2025-01-25T16:15:47-04:00"
Return products published after this date. Date must be in ISO 8601 format (YYYY-MM-DDTHH:mm:ss[timezone offset]).
Supported channels: shopify
, woocommerce
"2025-01-25T16:15:47-04:00"
Return products published before this date. Date must be in ISO 8601 format (YYYY-MM-DDTHH:mm:ss[timezone offset]).
Supported channels: shopify
, woocommerce
"2025-01-25T16:15:47-04:00"
Return products by their published status.
Supported channels: shopify
published
, unpublished
, any
Return only products specified by a comma-separated list of product IDs.
Supported channels: shopify
, woocommerce
Return only products specified by a comma-separated list of statuses.
Supported channels: shopify
, woocommerce
active
, archived
, draft
Return only products after the specified ID.
Supported channels: shopify
,lightspeed_c
Return only certain fields specified by a comma-separated list of field names.
Supported channels: shopify
,lightspeed_c
Return products by product collection ID.
Supported channels: shopify
, woocommerce
Return only products specified by a comma-separated list of product handles.
Supported channels: shopify
Return products by product type.
Supported channels: shopify
Return products by product title.
Supported channels: shopify
, woocommerce
Return products by product vendor.
Supported channels: shopify
,lightspeed_c