Order data type

Order is a standard Experience Data Model (XDM) data type that describes the order placed for a product list.


Property Data type Description
payments Array of Payment Items The list of payments for this order.
currencyCode String The ISO 4217 currency code used for the order totals. All instances must conform to the regular expression ^[A-Z]{3}$. Examples include USD and EUR.
priceTotal Double The total price of this order after all discounts and taxes have been applied.
purchaseID String A unique identifier assigned by the seller for this purchase or contract. Because this is defined by the seller, there is no guarantee that the ID is unique.
purchaseOrderNumber String The unique identifier assigned by the purchaser for this purchase or contract.

For more details on the data type, refer to the public XDM repository:

On this page