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
shopify
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.
The unique identifier for the order.
Show fulfillments created at or before this date and time (ISO 8601 format, e.g., 2014-04-25T16:15:47-04:00).
Show fulfillments created at or after this date and time (ISO 8601 format, e.g., 2014-04-25T16:15:47-04:00).
A comma-separated list of fields to include in the response.
Limit the amount of results.
1 <= x <= 250
Restrict results to after the specified fulfillment ID (exclusive).
x >= 0
Show fulfillments last updated at or before this date and time (ISO 8601 format, e.g., 2014-04-25T16:15:47-04:00).
Show fulfillments last updated at or after this date and time (ISO 8601 format, e.g., 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