JavaScript
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| orderId | string | Yes | Order identifier |
| orderName | string | No | Human-readable order name |
| value | number | No | Order value |
| currency | string | No | ISO 4217 currency code |
| fulfillmentStatus | string | No | Fulfillment status (e.g., 'fulfilled', 'partial') |
| items | array | No | Products fulfilled |
| string | No | Customer email |
When to Fire
- When warehouse marks order as packed/ready
- When Shopify fulfillment is created
- When all items in an order are fulfilled