get_order
Retrieve a single order by its ID, accessing complete details including line items, fulfillments, customer information, billing/shipping addresses, and financial data.
Instructions
Get a single order by ID. Returns full order including line_items, fulfillments, customer, billing/shipping address, and financial details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order ID (numeric). Required. |