---
title: AdditionalFeeSale - Customer API
description: A sale that includes an additional fee charge.
api_version: 2026-01
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/objects/AdditionalFeeSale'
  md: 'https://shopify.dev/docs/api/customer/latest/objects/AdditionalFeeSale.md'
---

# Additional​Fee​Sale

object

A sale that includes an additional fee charge.

## Fields

* action​Type

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

  non-null

  The type of order action represented by the sale.

* id

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

  non-null

  The unique ID of the sale.

* line​Type

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

  non-null

  The type of line associated with the sale.

* quantity

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

  The number of units ordered or intended to be returned.

* taxes

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

  non-null

  The individual taxes associated with the sale.

* total​Amount

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

  non-null

  The total discounts allocated to the sale before taxes.

* total​Tax​Amount

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

  non-null

  The total tax amount for the sale.

***

## Map

No referencing types

***

## Interfaces

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

    interface

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

    interface

***

## AdditionalFeeSale Implements

### Implements

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