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 order’s total value. |
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 order’s total value. |