| Name | Type | Description | Notes |
|---|---|---|---|
| orderTotal | Number | Ecommerce cart total | [optional] |
| orderId | String | Order ID is any non-empty unique string | |
| cartId | String | Cart ID that originated this order | [optional] |
| orderDate | Date | Date and hour of the order | [optional] |
| orderStatus | String | Status of the order | [optional] [default to 'unknown'] |
| contact | Contact1 | [optional] | |
| products | [OrderProduct] | List of products | [optional] |
-
created(value:"created") -
pending(value:"pending") -
canceled(value:"canceled") -
completed(value:"completed") -
unknown(value:"unknown")