---
title: SaleTax - Customer API
description: The tax allocated to a sale from a single tax line.
api_version: 2026-04
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-AdditionalFeeSale.fields.taxes)
* [AdjustmentSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/AdjustmentSale#field-AdjustmentSale.fields.taxes)
* [DutySale.taxes](https://shopify.dev/docs/api/customer/latest/objects/DutySale#field-DutySale.fields.taxes)
* [FeeSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/FeeSale#field-FeeSale.fields.taxes)
* [GiftCardSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/GiftCardSale#field-GiftCardSale.fields.taxes)
* [ProductSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/ProductSale#field-ProductSale.fields.taxes)
* [Sale.taxes](https://shopify.dev/docs/api/customer/latest/interfaces/Sale#fields-taxes)
* [ShippingLineSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/ShippingLineSale#field-ShippingLineSale.fields.taxes)
* [TipSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/TipSale#field-TipSale.fields.taxes)
* [UnknownSale.taxes](https://shopify.dev/docs/api/customer/latest/objects/UnknownSale#field-UnknownSale.fields.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)
