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.
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
, amazon
Show orders last updated at or after date.
Supported channels are shopify
, woocommerce
, bigcommerce
, lightspeed_c
, bol
, amazon
Show orders last updated at or before date.
Supported channels: shopify
, woocommerce
, bigcommerce
, lightspeed_c
, amazon
Show orders created at or after date.
Supported channels: shopify
, woocommerce
, bigcommerce
, lightspeed_c
, amazon
Show orders created at or before date.
Supported channels: shopify
, woocommerce
, bigcommerce
, lightspeed_c
, amazon
Show orders imported at or after date.
Supported channels: shopify
Show orders imported at or before date.
Supported channels: shopify
Retrieve only orders specified by a comma-separated list of order IDs.
Supported channels are shopify
, woocommerce
, bigcommerce
, amazon
Filter orders by their status.
Supported channels are shopify
, woocommerce
, bol
, amazon
open
, closed
, cancelled
, any
Show orders after the specified ID.
Supported channels are shopify
, woocommerce
, lightspeed_c
Retrieve only certain fields, specified by a comma-separated list of fields names.
Supported channels are shopify
,lightspeed_c
Show orders attributed to a certain app, specified by the app ID. Set as current to show orders for the app currently consuming the API.
Supported channels are shopify
Filter orders by their financial status.
Supported channels are shopify
authorized
, paid
, pending
, partially_paid
, partially_refunded
, refunded
, voided
, any
, unpaid
Filter orders by their fulfillment status.
Supported channels are shopify
shipped
, partial
, unshipped
, any
, unfulfilled