https://ns.adobe.com/xdm/datatypes/shipping
Shipping information for one or more products, such as method, cost, etc.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | datatypes/shipping.schema.json |
- Shipping
https://ns.adobe.com/xdm/datatypes/shipping
- Postal address
https://ns.adobe.com/xdm/common/address
- Postal address
{
"xdm:shippingAmount": 20,
"xdm:shippingMethod": "standard ground"
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:address | Postal address | Optional | Shipping (this schema) |
xdm:shippingAmount | number |
Optional | Shipping (this schema) |
xdm:shippingDestination | enum |
Optional | Shipping (this schema) |
xdm:shippingMethod | string |
Optional | Shipping (this schema) |
* |
any | Additional | this schema allows additional properties |
Shipping Address.
xdm:address
- is optional
- type: Postal address
- defined in this schema
- Postal address –
https://ns.adobe.com/xdm/common/address
The amount the customer had to pay for shipping.
xdm:shippingAmount
- is optional
- type:
number
- defined in this schema
number
The ship-to destination specified by the user. It could be home, store etc.
xdm:shippingDestination
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
home |
Home |
store |
Store |
The method of shipping chosen by the customer, such as standard delivery, expedited delivery, pick up in store, etc.
xdm:shippingMethod
- is optional
- type:
string
- defined in this schema
string