--- title: SaleTax - Customer API description: The tax allocated to a sale from a single tax line. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/saletax md: https://shopify.dev/docs/api/customer/latest/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/latest/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/latest/scalars/ID) non-null The unique ID for the sale tax. * tax​Line [Tax​Line!](https://shopify.dev/docs/api/customer/latest/objects/TaxLine) non-null The tax line associated with the sale. *** ## Map ### Fields with this object * {}[AdditionalFeeSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/AdditionalFeeSale#field-taxes) * {}[AdjustmentSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/AdjustmentSale#field-taxes) * {}[DutySale.taxes](https://shopify.dev/docs/api/customer/latest/objects/DutySale#field-taxes) * {}[FeeSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/FeeSale#field-taxes) * {}[GiftCardSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/GiftCardSale#field-taxes) * {}[ProductSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/ProductSale#field-taxes) * ||-[Sale.taxes](https://shopify.dev/docs/api/customer/latest/interfaces/Sale#field-taxes) * {}[ShippingLineSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/ShippingLineSale#field-taxes) * {}[TipSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/TipSale#field-taxes) * {}[UnknownSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/UnknownSale#field-taxes) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-SaleTax Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)