Tax Line
A tax applied to a or . Includes the tax amount, rate, title, and whether the channel that submitted the tax is liable for remitting it.
The tax amount in both shop and presentment currencies after applying discounts. Includes information about the tax rate, whether the channel is liable for remitting the tax, and other tax-related details.
Anchor to FieldsFields
- channelLiable (Boolean)
- priceSet (MoneyBag!)
- rate (Float)
- ratePercentage (Float)
- source (String)
- title (String!)
- price (Money!): deprecated
- Anchor to channelLiablechannel•Boolean
Liable Whether the channel that submitted the tax line is liable for remitting. A value of null indicates unknown liability for this tax line.
- Anchor to priceSetprice•Money
Set Bag! non-null The amount of tax, in shop and presentment currencies, after discounts and before returns.
- Anchor to raterate•Float
The proportion of the line item price that the tax represents as a decimal.
- Anchor to ratePercentagerate•Float
Percentage The proportion of the line item price that the tax represents as a percentage.
- Anchor to sourcesource•String
The source of the tax.
- Anchor to titletitle•String!non-null
The name of the tax.
- Anchor to priceprice•Money!non-nullDeprecated