https://ns.adobe.com/xdm/datatypes/cart
Cart-specific properties
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | datatypes/cart.schema.json |
{
"xdm:cartID": "abc123",
"xdm:cartSource": "detail page"
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:cartID | string |
Optional | Cart (this schema) |
xdm:cartSource | string |
Optional | Cart (this schema) |
* |
any | Additional | this schema allows additional properties |
Unique identifier assigned by the seller for the cart.
xdm:cartID
- is optional
- type:
string
- defined in this schema
string
Where one or more products was added to the cart from.
xdm:cartSource
- is optional
- type:
string
- defined in this schema
string