get_order
Fetch a single order's full record by GID or numeric ID, returning details like totals, line items, and customer email as JSON for downstream processing.
Instructions
Fetch a single order's full record by GID or numeric ID — includes header fields (email, totals, both status flags, timestamps), full line items (title + quantity), and the customer email if on file. Returned as JSON for downstream tooling. Use list_orders to discover order IDs first. To inspect or act on shipments for this order, follow up with list_fulfillment_orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order GID ('gid://shopify/Order/123') or numeric ID — both forms accepted; numeric IDs are auto-promoted. Get one from list_orders. |