get_order
Retrieve complete order details such as billing, shipping, line items, and payment information. Optionally specify fields to return only needed data.
Instructions
Get full details of a single order including billing, shipping, line items, and payment info. Use fields param to request only needed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID | |
| fields | No | Comma-separated fields to return (default: id,number,status,date_created,total,customer_id,billing,line_items,subtotal,total_tax,shipping_total,discount_total,shipping,payment_method,payment_method_title,customer_note) |