Retrieve a list of orders that were imported from a specific webshop integration.
results via the URLs provided within the next and previous fields.Basic Authentication using API key and secrets is currently the main authentication mechanism.
The id of the integration to which the shipments belong
The cursor query string will be used as the pivot value to filter results. If no value is provided, the service must return the first page. The value is Base64 encoded GET parameters. example: For a cursor string there are 3 possible parameters to encode:
"cj0xJnA9MzAw"
Displays orders from the given start_date, including the set date. It defaults to one year ago.
Displays orders up to the given end_date, including the set date. It defaults to the current date.
Filters results to shipments where their external_order_id matches one of the user provided ones.
Filters results to shipments where their external_shipments_id matches one of the user provided ones.
Enable shipping rules when retrieving orders. This will have an impact on the allowed_shipping_methods.
Filters results to shipments on order_number.
Allows to specify a sender address id to display proper allowed_shipping_methods.
OK