OrderCreateTaxLineInput
The input fields for a tax line to create for an order.
Anchor to FieldsFields
- Anchor to channelLiablechannel•
Liable 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.- Anchor to priceSetprice•
Set The amount of tax to be charged on the item.
- Anchor to raterate•Decimal!non-null
The proportion of the item price that the tax represents as a decimal.
- Anchor to titletitle•String!non-null
The name of the tax line to create.
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.