Shipping data type

Last update: 2024-03-07
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

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.

A diagram of the Shipping data type.

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:

On this page