https://ns.adobe.com/xdm/context/experienceevent-order-details
Order data such as product information (SKU, name, quantity), and related information like shipping, billing, payments etc.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | fieldgroups/experience-event/experienceevent-order-details.schema.json |
- Order Details
https://ns.adobe.com/xdm/context/experienceevent-order-details
- Store and Web Order
https://ns.adobe.com/xdm/datatypes/store-web-order
- Shipping
https://ns.adobe.com/xdm/datatypes/shipping
- Store and Web Order
{
"xdm:productListItems": [
{
"xdm:_id": "1002352692",
"xdm:currencyCode": "USD",
"xdm:quantity": 1,
"xdm:priceTotal": 159,
"xdm:SKU": "1234566"
}
],
"xdm:order": {
"xdm:orderID": "a8g784hjq1mnp3",
"xdm:orderDate": "2017-09-26T15:52:25+00:00",
"xdm:payment": {
"xdm:transactionID": "transactid-a111",
"xdm:paymentAmount": 899.99,
"xdm:paymentType": "credit",
"xdm:currencyCode": "USD"
},
"xdm:priceTotal": 999.98
},
"xdm:shipping": {
"xdm:shippingAmount": 20,
"xdm:shippingMethod": "standard",
"xdm:shippingDestination": "home"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:billing | object |
Optional | Order Details (this schema) |
xdm:order | Store and Web Order | Optional | Order Details (this schema) |
xdm:productListItems | Product list item | Optional | Order Details (this schema) |
xdm:shipping | Shipping | Optional | Order Details (this schema) |
xdm:store | object |
Optional | Order Details (this schema) |
* |
any | Additional | this schema allows additional properties |
Billing related information.
xdm:billing
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:address |
Optional |
Billing Address.
xdm:address
- is optional
- type: reference
Product Orders and realted information like payments.
xdm:order
- is optional
- type: Store and Web Order
- defined in this schema
- Store and Web Order –
https://ns.adobe.com/xdm/datatypes/store-web-order
A list of items representing a product selected by a customer with specific options and pricing that are for that usage context at a specific point of time and may differ from the product record.
xdm:productListItems
-
is optional
-
type: Product list item
-
defined in this schema
Array type: Product list item
All items must be of the type:
- Product list item –
https://ns.adobe.com/xdm/content/productlistitem
Shipping related informnation for the order.
xdm:shipping
- is optional
- type: Shipping
- defined in this schema
- Shipping –
https://ns.adobe.com/xdm/datatypes/shipping
Store related information.
xdm:store
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:storeID |
string | Optional |
Unique identifier for the store.
xdm:storeID
- is optional
- type:
string
string