---
title: DiscountApplicationAllocationMethod - Customer API
description: The method by which the discount's value is allocated onto its entitled lines.
api_version: 2025-07
api_name: customer
type: enum
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-07/enums/DiscountApplicationAllocationMethod
  md: >-
    https://shopify.dev/docs/api/customer/2025-07/enums/DiscountApplicationAllocationMethod.md
---

# Discount​Application​Allocation​Method

enum

The method by which the discount's value is allocated onto its entitled lines.

## Valid values

* ACROSS

  The value is spread across all entitled lines.

* EACH

  The value is applied onto every entitled line.

* ONE

  Deprecated

***

## Fields

* [Automatic​Discount​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/objects/AutomaticDiscountApplication#field-AutomaticDiscountApplication.fields.allocationMethod)

  OBJECT

  Captures the intentions of a discount that was automatically applied.

* [Discount​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/interfaces/DiscountApplication#fields-allocationMethod)

  INTERFACE

  Captures the intentions of a discount source at the time of application.

* [Discount​Code​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/objects/DiscountCodeApplication#field-DiscountCodeApplication.fields.allocationMethod)

  OBJECT

  Captures the intentions of a discount code at the time that it is applied.

* [Manual​Discount​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/objects/ManualDiscountApplication#field-ManualDiscountApplication.fields.allocationMethod)

  OBJECT

  Captures the intentions of a discount that was manually created.

* [Script​Discount​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/objects/ScriptDiscountApplication#field-ScriptDiscountApplication.fields.allocationMethod)

  OBJECT

  Captures the intentions of a discount that was created by a Shopify Script.

***

## Map

### Fields with this enum

* [Automatic​Discount​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/objects/AutomaticDiscountApplication#field-AutomaticDiscountApplication.fields.allocationMethod)
* [Discount​Code​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/objects/DiscountCodeApplication#field-DiscountCodeApplication.fields.allocationMethod)
* [Manual​Discount​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/objects/ManualDiscountApplication#field-ManualDiscountApplication.fields.allocationMethod)
* [Script​Discount​Application.allocationMethod](https://shopify.dev/docs/api/customer/2025-07/objects/ScriptDiscountApplication#field-ScriptDiscountApplication.fields.allocationMethod)
