--- title: SaleTax - Customer API description: The tax allocated to a sale from a single tax line. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2025-01/objects/SaleTax' md: 'https://shopify.dev/docs/api/customer/2025-01/objects/SaleTax.md' --- # Sale​Tax object The tax allocated to a sale from a single tax line. ## Fields * amount [Money​V2!](https://shopify.dev/docs/api/customer/2025-01/objects/MoneyV2) non-null The portion of the total tax amount on the related sale that's from the associated tax line. * id [ID!](https://shopify.dev/docs/api/customer/2025-01/scalars/ID) non-null The unique ID for the sale tax. * tax​Line [Tax​Line!](https://shopify.dev/docs/api/customer/2025-01/objects/TaxLine) non-null The tax line associated with the sale. *** ## Map ### Fields with this object * {}[AdditionalFeeSale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/AdditionalFeeSale#field-AdditionalFeeSale.fields.taxes) * {}[AdjustmentSale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/AdjustmentSale#field-AdjustmentSale.fields.taxes) * {}[DutySale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/DutySale#field-DutySale.fields.taxes) * {}[FeeSale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/FeeSale#field-FeeSale.fields.taxes) * {}[GiftCardSale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/GiftCardSale#field-GiftCardSale.fields.taxes) * {}[ProductSale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/ProductSale#field-ProductSale.fields.taxes) * ||-[Sale.taxes](https://shopify.dev/docs/api/customer/2025-01/interfaces/Sale#fields-taxes) * {}[ShippingLineSale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/ShippingLineSale#field-ShippingLineSale.fields.taxes) * {}[TipSale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/TipSale#field-TipSale.fields.taxes) * {}[UnknownSale.taxes](https://shopify.dev/docs/api/customer/2025-01/objects/UnknownSale#field-UnknownSale.fields.taxes) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node) interface *** ## ||-SaleTax Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node)