get_shopify_order
Get one Shopify order's detail by id (gid://shopify/Order/...): line items (title, quantity, price), totals, and financial/fulfillment status. Use when a person or agent needs to inspect a specific order's contents and status. Customer PII is not returned (aggregate-only reads).
Routing: Shopify order detail (line items/totals/status) by id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The order gid, e.g. gid://shopify/Order/123 | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |