Order Attribute
An order attribute is contained within the event structure of Order Event, and mapped in
accordance with the Order Schema.
| Field Name | Field Type | Description |
|---|---|---|
| name | string | Required. An event name described from the order event. |
| order.attributes | object | A dictionary of user-supplied values. |
| order.currency | string | The currency of the total value for the order. |
| order.id | string | Required. A unique order ID. |
| order.lineItems | Line Item Attribute | An array of line item attribute values. |
| order.totalValue | number | Required. The total value of the order. |
Order Attribute Example
iOS
Android