---
title: ManualDiscountApplication - Customer API
description: Captures the intentions of a discount that was manually created.
api_version: 2026-07
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/latest/objects/ManualDiscountApplication
  md: >-
    https://shopify.dev/docs/api/customer/latest/objects/ManualDiscountApplication.md
api_name: customer
api_type: graphql
type: object
---

# Manual​Discount​Application

object

Requires `customer_read_orders` access scope or `customer_read_draft_orders` access scope.

Captures the intentions of a discount that was manually created.

## Fields

* allocation​Method

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

  non-null

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

* description

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

  The description of the application.

* target​Selection

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

  non-null

  The lines of targetType that the discount is allocated over.

* target​Type

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

  non-null

  The type of line that the discount is applicable towards.

* title

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

  non-null

  The title of the application.

* value

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

  non-null

  The value of the discount application.

***

## Map

No referencing types

***

## Interfaces

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

  interface

***

## ManualDiscountApplication Implements

### Implements

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