TaxLine object
Represents the information about the tax charged on the associated line item.
On this page
Fields
- priceSet (
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
The amount of tax to be charged in shop and presentment currencies. - rate (
[Float](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
)
The tax rate to be applied. - ratePercentage (
[Float](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
)
The percentage of the price that the tax rate represents. - title (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The name of the tax.
Types that return TaxLine
[CalculatedDraftOrder.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorder#taxlines-2021-01)
[CalculatedOrder.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculatedorder#taxlines-2021-01)
[DraftOrder.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorder#taxlines-2021-01)
[DraftOrderLineItem.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorderlineitem#taxlines-2021-01)
[Duty.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/duty#taxlines-2021-01)
[LineItem.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem#taxlines-2021-01)
[LineItemMutable.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitemmutable#taxlines-2021-01)
[Order.currentTaxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#currenttaxlines-2021-01)
[Order.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#taxlines-2021-01)
[ShippingLine.taxLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/shippingline#taxlines-2021-01)
Deprecated fields
- price (
[Money!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#money-2021-01)
) DEPRECATED
The amount of tax to be charged.
Deprecation warning
UsepriceSet
instead