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
amazon
, bigcommerce
, bol
, lightspeed_c
, magento
, mirakl
, shopify
, woocommerce
The ID of your user(must be authenticated with target channels).
To receive the completion event. You can use a webhook to find out whether the task is finished.
Body
The supported parameters to query the data depend on the channels API. Supported channels shows which parameters can be used for which channels.
Show resources created before or on this specified date and time (ISO 8601 format). Example: 2014-04-25T16:15:47-04:00
Show resources created after or on this specified date and time (ISO 8601 format). Example: 2014-04-25T16:15:47-04:00
Show only certain fields, specified by a comma-separated list of field names (e.g., 'id,email,first_name').
Restrict results to resources specified by a comma-separated list of numeric IDs (e.g., '12345,67890').
The maximum number of results to retrieve.
1 <= x <= 250
Restrict results to those with an ID greater than the specified ID. Used for cursor-based pagination.
Show resources last updated before or on this specified date and time (ISO 8601 format). Example: 2014-04-25T16:15:47-04:00
Show resources last updated after or on this specified date and time (ISO 8601 format). Example: 2014-04-25T16:15:47-04:00
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
, magento