get_store_order
Retrieve full details of a specific e-commerce order, including customer, items, and totals. Use after finding the order in a store list to inspect its complete data.
Instructions
Retrieve a single e-commerce order with its lines, customer, and totals.
Use to inspect one order's full detail after finding it via list_store_orders or list_account_orders. Manual commerce writes suit custom/headless stores; Shopify and WooCommerce integrations sync orders automatically.
Args: store_id: E-commerce store ID. Obtain from list_ecommerce_stores. order_id: Order ID within the store. Obtain from list_store_orders.
Returns: JSON with the full order object (id, customer, currency_code, order_total, lines, financial_status, processed_at_foreign, and related fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| order_id | Yes | ||
| store_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |