# DutySale - admin - OBJECT
Version: 2025-01

## Description
A sale associated with a duty charge.

### Access Scopes
`read_orders` access scope.


## Fields
* [actionType](/docs/api/admin/2025-01/enums/SaleActionType): SaleActionType! - The type of order action that the sale represents.
* [duty](/docs/api/admin/2025-01/objects/Duty): Duty! - The duty for the associated sale.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The unique ID for the sale.
* [lineType](/docs/api/admin/2025-01/enums/SaleLineType): SaleLineType! - The line type assocated with the sale.
* [quantity](/docs/api/admin/2025-01/scalars/Int): Int - The number of units either ordered or intended to be returned.
* [taxes](/docs/api/admin/2025-01/objects/SaleTax): SaleTax! - All individual taxes associated with the sale.
* [totalAmount](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The total sale amount after taxes and discounts.
* [totalDiscountAmountAfterTaxes](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The total discounts allocated to the sale after taxes.
* [totalDiscountAmountBeforeTaxes](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The total discounts allocated to the sale before taxes.
* [totalTaxAmount](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The total amount of taxes for the sale.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples