# AdjustmentSale - admin - OBJECT
Version: unstable

## Description
A sale associated with an order price adjustment.

### Access Scopes
`read_orders` access scope.


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

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples