---
title: AdjustmentSale - Customer API
description: A sale event that results in an adjustment to the order price.
api_version: unstable
api_name: customer
source_url:
  html: 'https://shopify.dev/docs/api/customer/unstable/objects/AdjustmentSale'
  md: 'https://shopify.dev/docs/api/customer/unstable/objects/AdjustmentSale.md'
---

# Adjustment​Sale

object

A sale event that results in an adjustment to the order price.

## Fields

* action​Type

  [Sale​Action​Type!](https://shopify.dev/docs/api/customer/unstable/enums/SaleActionType)

  non-null

  The type of order action represented by the sale.

* id

  [ID!](https://shopify.dev/docs/api/customer/unstable/scalars/ID)

  non-null

  The unique ID of the sale.

* line​Type

  [Sale​Line​Type!](https://shopify.dev/docs/api/customer/unstable/enums/SaleLineType)

  non-null

  The type of line associated with the sale.

* quantity

  [Int](https://shopify.dev/docs/api/customer/unstable/scalars/Int)

  The number of units ordered or intended to be returned.

* taxes

  [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/unstable/objects/SaleTax)

  non-null

  The individual taxes associated with the sale.

* total​Amount

  [Money​V2!](https://shopify.dev/docs/api/customer/unstable/objects/MoneyV2)

  non-null

  The total sale amount after taxes and discounts.

* total​Discount​Amount​After​Taxes

  [Money​V2!](https://shopify.dev/docs/api/customer/unstable/objects/MoneyV2)

  non-null

  The total amount of discounts allocated to the sale after taxes.

* total​Discount​Amount​Before​Taxes

  [Money​V2!](https://shopify.dev/docs/api/customer/unstable/objects/MoneyV2)

  non-null

  The total discounts allocated to the sale before taxes.

* total​Tax​Amount

  [Money​V2!](https://shopify.dev/docs/api/customer/unstable/objects/MoneyV2)

  non-null

  The total tax amount for the sale.

***

## Map

No referencing types

***

## Interfaces

* * [Node](https://shopify.dev/docs/api/customer/unstable/interfaces/Node)

    interface

  * [Sale](https://shopify.dev/docs/api/customer/unstable/interfaces/Sale)

    interface

***

## AdjustmentSale Implements

### Implements

* [Node](https://shopify.dev/docs/api/customer/unstable/interfaces/Node)
* [Sale](https://shopify.dev/docs/api/customer/unstable/interfaces/Sale)
