---
title: DiscountCodeApplication - Customer API
description: Captures the intentions of a discount code at the time that it is applied.
api_version: 2025-07
api_name: customer
type: object
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-07/objects/DiscountCodeApplication
  md: >-
    https://shopify.dev/docs/api/customer/2025-07/objects/DiscountCodeApplication.md
---

# Discount​Code​Application

object

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

## Fields

* allocation​Method

  [Discount​Application​Allocation​Method!](https://shopify.dev/docs/api/customer/2025-07/enums/DiscountApplicationAllocationMethod)

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

  The method by which the discount's value is allocated to its entitled items.

* code

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

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

  The string identifying the discount code used at the time of application.

* target​Selection

  [Discount​Application​Target​Selection!](https://shopify.dev/docs/api/customer/2025-07/enums/DiscountApplicationTargetSelection)

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

  The lines of targetType that the discount is allocated over.

* target​Type

  [Discount​Application​Target​Type!](https://shopify.dev/docs/api/customer/2025-07/enums/DiscountApplicationTargetType)

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

  The type of line that the discount is applicable towards.

* value

  [Pricing​Value!](https://shopify.dev/docs/api/customer/2025-07/unions/PricingValue)

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

  The value of the discount application.

***

## Map

No referencing types

***

## Interfaces

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

  interface

***

## DiscountCodeApplication Implements

### Implements

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