Order Charges ObjectΒΆ
Name |
Data Type |
Description |
---|---|---|
orderCurrency |
String |
The type of currency used for the order. Use three uppercase letters, per ISO 4217. For example, |
shippingAmount |
Number |
The shipping cost. |
totalItemAmount |
Number |
The total cost before discounts, taxes, and shipping of all the items ordered. This must be greater than zero. |
dutyDetails |
Array[Price Object] |
The details of the duties applied to the order. |
totalTaxAmount |
Number |
The total taxes applied to the order. |
taxDetails |
Array[Price Object] |
The details of the taxes applied to the order. |
totalDiscountAmount |
Number |
The total discounts applied to the order. |
discountDetails |
Array[Price Object] |
The details of the discounts applied to the order. |
cashOnDeliveryAmount |
Number |
Reserved for future use. |
otherChargeDetails |
Array[Price Object] |
The details of all other charges for the order aside from duties and taxes. |
totalOrderAmount |
Number |
The sum of all charges on the order. This must be greater than zero. |
For an example, see your API operation.