---
title: UnknownSale - Customer API
description: This represents new sale types that have been added in future API versions. You may update to a more recent API version to receive additional details about this sale.
api_version: 2025-07
api_name: customer
type: object
api_type: graphql
source_url:
  html: https://shopify.dev/docs/api/customer/2025-07/objects/UnknownSale
  md: https://shopify.dev/docs/api/customer/2025-07/objects/UnknownSale.md
---

# Unknown​Sale

object

This represents new sale types that have been added in future API versions. You may update to a more recent API version to receive additional details about this sale.

## Fields

* action​Type

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

  non-null

  The type of order action represented by the sale.

* id

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

  non-null

  The unique ID of the sale.

* line​Type

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

  non-null

  The line type assocated with the sale.

* quantity

  [Int](https://shopify.dev/docs/api/customer/2025-07/scalars/Int)

  The number of units ordered or intended to be returned.

* taxes

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

  non-null

  The individual taxes associated with the sale.

* total​Amount

  [Money​V2!](https://shopify.dev/docs/api/customer/2025-07/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/2025-07/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/2025-07/objects/MoneyV2)

  non-null

  The total discounts allocated to the sale before taxes.

* total​Tax​Amount

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

  non-null

  The total tax amount for the sale.

***

## Map

No referencing types

***

## Interfaces

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

    interface

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

    interface

***

## UnknownSale Implements

### Implements

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