--- title: TaxLine - GraphQL Admin description: Represents a single tax applied to the associated line item. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/TaxLine' md: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/TaxLine.txt' --- # Tax​Line object Represents a single tax applied to the associated line item. ## Fields * channel​Liable [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) Whether the channel that submitted the tax line is liable for remitting. A value of null indicates unknown liability for this tax line. * price​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MoneyBag) non-null The amount of tax, in shop and presentment currencies, after discounts and before returns. * rate [Float](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Float) The proportion of the line item price that the tax represents as a decimal. * rate​Percentage [Float](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Float) The proportion of the line item price that the tax represents as a percentage. * source [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The source of the tax. * title [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The name of the tax. * price [Money!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Money) non-nullDeprecated *** ## Map ### Fields with this object * {}[AbandonedCheckout.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AbandonedCheckout#field-taxLines) * {}[AdditionalFee.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AdditionalFee#field-taxLines) * {}[CalculatedDraftOrder.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CalculatedDraftOrder#field-taxLines) * {}[CalculatedOrder.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CalculatedOrder#field-taxLines) * {}[DraftOrder.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DraftOrder#field-taxLines) * {}[DraftOrderLineItem.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DraftOrderLineItem#field-taxLines) * {}[Duty.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Duty#field-taxLines) * {}[LineItem.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/LineItem#field-taxLines) * {}[Order.currentTaxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Order#field-currentTaxLines) * {}[Order.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Order#field-taxLines) * {}[SaleAdditionalFee.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/SaleAdditionalFee#field-taxLines) * {}[SaleTax.taxLine](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/SaleTax#field-taxLine) * {}[ShippingLine.taxLines](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShippingLine#field-taxLines)