Order schema
Name | Type | Description | Notes |
---|---|---|---|
orderId | String | Ecommerce order id | [optional] |
cartTotal | Double | Ecommerce cart total | [optional] |
cartId | String | Cart ID is any non-empty unique string | [optional] |
contact | Contact | Contact | [optional] |
products | List<Product> | List of products | [optional] |