get_store_order
Retrieve full details of a specific e-commerce order, including line items, customer info, and totals. Use this tool after finding the order via list_store_orders.
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.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: store_id: E-commerce store ID. Obtain from list_ecommerce_stores. order_id: Order ID within the store. Obtain from list_store_orders. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |