mailchimp_ecommerce_orders_add
Add a new e-commerce order to your Mailchimp store with complete line items, customer info, and totals to sync purchase data.
Instructions
Add a new order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique order ID | |
| lines | Yes | Order line items | |
| customer | Yes | Customer information | |
| store_id | Yes | Store ID | |
| campaign_id | No | Campaign ID that generated this order | |
| order_total | Yes | Total order amount | |
| currency_code | Yes | ISO 4217 currency code | |
| financial_status | No | Financial status (paid, pending, etc.) | |
| processed_at_foreign | No | Order processing time (ISO 8601) |