Shipping is a standard Experience Data Model (XDM) data type that provides details related to the shipment of one or more products. It includes details on the logistics and specifics regarding the delivery of ordered items.
Display name | Property | Data type | Description |
---|---|---|---|
Shipping Method | shippingMethod |
string | The method of shipping chosen by the customer. |
Shipping Amount | shippingAmount |
number | The amount the customer had to pay for shipping. |
Currency code | currencyCode |
string | The ISO 4217 alphabetic currency code used for pricing the product. |
Shipping Destination | shippingDestination |
string | The ship-to destination specified by the user (for example, home, store, and so on). |
Ship Date | shipDate |
string | The date when one or more items from an order are shipped. |
Shipping Address | address |
address | The shipping address. |
Tracking Number | trackingNumber |
number | The tracking number provided by the shipping carrier. |
Tracking URL | trackingURL |
string | The URL to track the shipping status of an order item. |
For more details on the data type, refer to the public XDM repository: