Name | Description | Type | Additional information |
---|---|---|---|
numberOfItems |
The number of items in the cart. |
integer |
None. |
couponId |
The id of the coupon applied to the order. |
integer |
None. |
couponName |
The display name of the coupon code. |
string |
None. |
totalSavings |
The total discount applied for all items in the cart |
decimal number |
None. |
subTotal |
The sum of all items in the cart, after discounts, but prior to tax and shipping charges. |
decimal number |
None. |
shipping |
The cost of shipping on the order. |
decimal number |
None. |
handling |
The cost of handling on the order. |
decimal number |
None. |
tax |
The cost of tax on the order. |
decimal number |
None. |
grandTotalBeforeDiscount |
The final price the user should expect to pay,before discounts. |
decimal number |
None. |
currencyTypeId |
The id of the currency being used on the order. |
integer |
None. |
currencySymbol |
The currency symbol for the order. |
string |
None. |
shippingAddressId |
The address id where the order will be shipped. |
integer |
None. |
shipToLine1 |
The address details where the order will be shipped. |
string |
None. |
shipToLine2 |
The address details where the order will be shipped. |
string |
None. |
shipToCity |
City details where the order will be shipped. |
string |
None. |
shipToState |
State details where the order will be shipped. |
string |
None. |
shipToZipCode |
Zip Code details where the order will be shipped. |
string |
None. |
shipToCountry |
Country name where the order will be shipped. |
string |
None. |
billingAddressId |
The address id to charge the order to. |
integer |
None. |
billToLine1 |
The address details to charge the order to. |
string |
None. |
billToLine2 |
The address details to charge the order to. |
string |
None. |
billToCity |
City details to charge the order to. |
string |
None. |
billToState |
State details to charge the order to. |
string |
None. |
billToZipCode |
Zip Code details to charge the order to. |
string |
None. |
billToCountry |
Country details to charge the order to. |
string |
None. |
shipmentTypeId |
Shipment type ID to charge the order to. |
integer |
None. |
shipmentTypeName |
Shipment type Name to charge the order to. |
string |
None. |