---
title: DiscountAllocation - Customer API
description: >-
  Represents an amount discounting the line that has been allocated by a
  discount.
api_version: 2025-04
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-04/objects/DiscountAllocation'
  md: 'https://shopify.dev/docs/api/customer/2025-04/objects/DiscountAllocation.md'
---

# Discount​Allocation

object

Represents an amount discounting the line that has been allocated by a discount.

## Fields

* allocated​Amount

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

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The amount of discount allocated.

* discount​Application

  [Discount​Application!](https://shopify.dev/docs/api/customer/2025-04/interfaces/DiscountApplication)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The discount from which this allocated amount originated.

***

## Map

### Fields with this object

* [Checkout.shippingDiscountAllocations](https://shopify.dev/docs/api/customer/2025-04/objects/Checkout#field-Checkout.fields.shippingDiscountAllocations)
* [LineItem.discountAllocations](https://shopify.dev/docs/api/customer/2025-04/objects/LineItem#field-LineItem.fields.discountAllocations)
* [Order.shippingDiscountAllocations](https://shopify.dev/docs/api/customer/2025-04/objects/Order#field-Order.fields.shippingDiscountAllocations)
