Skip to main content
Log inSign up
Anchor to OrderCreateTaxLineInput

OrderCreateTaxLineInput

input_object

The input fields for a tax line to create for an order.

•
BooleanDefault:false

Whether the channel that submitted the tax line is liable for remitting. A value of null indicates unknown liability for the tax line.

•

The amount of tax to be charged on the item.

•
Decimal!non-null

The proportion of the item price that the tax represents as a decimal.

•
String!non-null

The name of the tax line to create.


Was this section helpful?

Anchor to Input objects using this inputInput objects using this input

•
INPUT OBJECT

A list of tax line objects, each of which details a tax applied to the item.

•
INPUT OBJECT

An array of tax line objects, each of which details a tax applicable to the order. When creating an order through the API, tax lines can be specified on the order or the line items but not both. Tax lines specified on the order are split across the taxable line items in the created order.

•
INPUT OBJECT

A list of tax line objects, each of which details a tax applicable to this shipping line.


Was this section helpful?