CreateCartResponseServiceModel
Response model for creating carts.
| Name | Description | Type | Additional Information |
|---|---|---|---|
| VendorOrderCode |
An identifier of the order. |
string |
None. |
| CartOrderStatusId |
The status identifier of the cart order (1,2,3). |
integer |
None. |
| TypeOfOrder |
The type of cart order placed ("RESELLER", "MSP"). |
string |
None. |
| TotalAmount |
The total amount of the cart order. |
decimal number |
None. |
| TotalAmountFmt |
The format of the TotalAmount field (e.g. "$0.00"). |
string |
None. |
| SubTotalAmount |
The sub total amount of the cart order. |
decimal number |
None. |
| SubTotalAmountFmt |
The format of the SubTotalAmount field (e.g. "$0.00"). |
string |
None. |
| TaxAmount |
The tax amount of the cart order. |
decimal number |
None. |
| TaxAmountFmt |
The format of the TaxAmount field (e.g. "$0.00"). |
string |
None. |
| Locale |
The language and territory used as the locale setting for the order (e.g. "en_US"). |
string |
None. |
| SalesOrderDate |
The date when the sale was processed. |
date |
None. |
| CurrencyCode |
The ISO three-letter currency code of the order (e.g. "USD"). |
string |
None. |
| Items |
The items contained in this cart. |
Collection of Collection of CartResponseServiceModel_CartItem |
None. |
| Customers |
The customers associated to this cart. |
CartResponseServiceModel_CartCustomers |
None. |