A valid request URL is required to generate request examples{
"handlingFeeTax": 123,
"itemTaxContexts": [
{
"duty": 123,
"id": "<string>",
"productCode": "<string>",
"quantity": 123,
"shippingTax": 123,
"tax": 123,
"taxData": {}
}
],
"orderTax": 123,
"shippingTax": 123,
"taxData": {}
}Retrieves a tax context for the given order.
A valid request URL is required to generate request examples{
"handlingFeeTax": 123,
"itemTaxContexts": [
{
"duty": 123,
"id": "<string>",
"productCode": "<string>",
"quantity": 123,
"shippingTax": 123,
"tax": 123,
"taxData": {}
}
],
"orderTax": 123,
"shippingTax": 123,
"taxData": {}
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Properties of a taxable order
Show child attributes
The currency code for this order
Details of the applied discount, including how much the shopper saves if the discount is applied and the coupon code required to redeem the discount, if any.
Show child attributes
The list of historically-applied handling discounts. The active one will have IsExcluded == false
Show child attributes
Handling Fee
List of taxable items.
Show child attributes
Date on which the order is/was submitted. Cannot be a future date.
Details of the applied discount, including how much the shopper saves if the discount is applied and the coupon code required to redeem the discount, if any.
Show child attributes
The discount that has been applied to the cart itself. If multiple discounts exist, this is the discount that the system applies because it offers the best savings for the shopper. This is a negative number.
Show child attributes
The order id of the original order. This can be used to track changes to the order for taxing purposes.
The date of the original order. This is used when calculating changes to the Taxable Order, evaluating them at this time rather than the present.
Shipping Amount rolled up for the order
Details of the applied discount, including how much the shopper saves if the discount is applied and the coupon code required to redeem the discount, if any.
Show child attributes
The list of historically-applied shipping discounts. The active one will have IsExcluded == false
Show child attributes
Code that uniquely identifies the shipping method such as "Ground," "Overnight," or "Digital." The site's shipping settings lists the valid shipping methods specified for this site.
Readable name of the shipping method
The context for the tax calculation.
Show child attributes
Used to differentiate between an Order and a Return being used as the source of this Taxable Order
Success
The handling fee tax amount for this line item
Taxes applied to each item in the order.
Show child attributes
Rollup tax on the order not including shipping
Rollup shipping tax for this order
Storage for any additional/custom tax data.