ecommerce_retrieveAnOrderV1
Retrieve any order by store and order ID. Get line items with the IDs needed for fulfilment, addresses, total breakdown, and fulfilments with tracking.
Instructions
Retrieve one order in full: line items (each with the id the fulfil endpoint needs), addresses, the totals breakdown and fulfilments with tracking. Amounts are in the smallest currency unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The ID of the order to retrieve. | |
| store_id | Yes | The ID of the store that owns the order. |