# SaleTax - admin - OBJECT
Version: 2025-01

## Description
The tax allocated to a sale from a single tax line.

### Access Scopes
`read_orders` access scope.


## Fields
* [amount](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The portion of the total tax amount on the related sale that comes from the associated tax line.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The unique ID for the sale tax.
* [taxLine](/docs/api/admin/2025-01/objects/TaxLine): TaxLine! - The tax line associated with the sale.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples