ordersummary
This object contains summary information for the order.
Field Name |
Field Type |
Description |
In Get Functions? |
In Set Functions? |
---|---|---|---|---|
discountedsubtotal |
number |
Item subtotal -any applicable discount |
yes |
no |
|
string |
Item subtotal -any applicable discount formatted with currency symbol |
yes |
no |
discountrate |
string |
Raw discount |
yes |
no |
discounttotal |
number |
Total amount of discounts applied |
yes |
no |
discounttotal_ |
string |
Total amount of discounts applied formatted with currency symbol |
yes |
no |
giftcertapplied |
number |
Total amount of gift certificates applied |
yes |
no |
giftcertapplied_ |
string |
Total amount of gift certificates applied formatted with currency symbol |
yes |
no |
handlingcost |
number |
Amount of handling cost |
yes |
no |
handlingcost_ |
string |
Amount of handling cost formatted with currency symbol |
yes |
no |
itemcount |
number |
Returns the quantity of items in the cart.
Important:
Use this argument with the Note that the value returned equals the total quantity of items in the cart which may differ from the total lines in the cart. For example, if a shopper has three of the same items in the cart, the call returns 3. |
yes |
no |
shippingcost |
number |
Amount of shipping cost |
yes |
no |
shippingcost_ |
string |
Amount of shipping cost formatted with currency symbol |
yes |
no |
subtotal |
number |
Total of quantity * rate per line item |
yes |
no |
subtotal_formatted |
string |
Total of quantity * rate per line item formatted with currency symbol |
yes |
no |
tax2total |
number |
Total secondary tax on taxable elements of the order (items +shipping +handling) -effect of any discounts. Not applicable if SuiteTax is enabled. |
yes |
no |
tax2total_formatted |
string |
Total secondary tax on taxable elements of the order (items +shipping +handling) -effect of any discounts formatted with currency symbol. Not applicable if SuiteTax is enabled. |
yes |
no |
taxondiscount |
number |
For VAT countries, currency amount of the tax rate * the discount amount |
yes |
no |
taxondiscount_ |
string |
For VAT countries, currency amount of the tax rate * the discount amount formatted with currency symbol |
yes |
no |
taxonhandling |
number |
Currency amount of the tax rate * taxable handling amount |
yes |
no |
taxonhandling_ |
string |
Currency amount of the tax rate * taxable handling amount formatted with currency symbol |
yes |
no |
taxonshipping |
number |
Currency amount of the tax rate * taxable shipping amount |
yes |
no |
taxonshipping_ |
string |
Currency amount of the tax rate * taxable shipping amount formatted with currency symbol |
yes |
no |
taxtotal |
number |
Total tax on taxable elements of the order (items +shipping +handling) -effect of any discounts |
yes |
no |
taxtotal_formatted |
string |
Total tax on taxable elements of the order (items +shipping +handling) -effect of any discounts formatted with currency symbol |
yes |
no |
totalcombinedtaxes |
number |
A grand total of all the tax components (taxtotal +tax2total) associated with an order |
yes |
no |
t |
string |
A grand total of all the tax components (taxtotal +tax2total) associated with an order formatted with currency symbol |
yes |
no |
total |
number |
Order subtotal +shipping, handling, and all tax, less the effect of any discounts |
yes |
no |
total_formatted |
string |
Order subtotal +shipping, handling, and all tax, less the effect of any discounts formatted with currency symbol |
yes |
no |