A valid request URL is required to generate request examples{
"itemTaxContexts": [
{
"id": "<string>",
"productCode": "<string>",
"quantity": 123,
"tax": 123,
"shippingTax": 123,
"duty": 123,
"taxData": {}
}
],
"shippingTax": 123,
"handlingFeeTax": 123,
"orderTax": 123,
"taxData": {}
}Retrieves a tax context for the given order.
A valid request URL is required to generate request examples{
"itemTaxContexts": [
{
"id": "<string>",
"productCode": "<string>",
"quantity": 123,
"tax": 123,
"shippingTax": 123,
"duty": 123,
"taxData": {}
}
],
"shippingTax": 123,
"handlingFeeTax": 123,
"orderTax": 123,
"taxData": {}
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Properties of a taxable order
Date on which the order is/was submitted. Cannot be a future date.
The context for the tax calculation.
Show child attributes
List of taxable items.
Show child attributes
Shipping Amount rolled up for the order
The currency code for this order
Handling Fee
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.
Show child attributes
The list of historically-applied shipping discounts. The active one will have IsExcluded == false
Show child attributes
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
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
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
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
Used to differentiate between an Order and a Return being used as the source of this Taxable Order
Success
Taxes applied to each item in the order.
Show child attributes
Rollup shipping tax for this order
The handling fee tax amount for this line item
Rollup tax on the order not including shipping
Storage for any additional/custom tax data.