---
title: ManualDiscountApplication - Storefront API
description: >
  A discount created manually by a merchant, as opposed to [automatic
  discounts](https://help.shopify.com/manual/discounts/discount-methods/automatic-discounts)
  or [discount
  codes](https://help.shopify.com/manual/discounts/discount-methods/discount-codes).
  Implements the
  [`DiscountApplication`](/docs/api/storefront/2025-07/interfaces/DiscountApplication)
  interface and includes a title, optional description, and the discount value
  as either a fixed amount or percentage.
api_version: 2025-07
api_name: storefront
type: object
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/2025-07/objects/ManualDiscountApplication
  md: >-
    https://shopify.dev/docs/api/storefront/2025-07/objects/ManualDiscountApplication.md
---

# Manual​Discount​Application

object

A discount created manually by a merchant, as opposed to [automatic discounts](https://help.shopify.com/manual/discounts/discount-methods/automatic-discounts) or [discount codes](https://help.shopify.com/manual/discounts/discount-methods/discount-codes). Implements the [`DiscountApplication`](https://shopify.dev/docs/api/storefront/2025-07/interfaces/DiscountApplication) interface and includes a title, optional description, and the discount value as either a fixed amount or percentage.

## Fields

* allocation​Method

  [Discount​Application​Allocation​Method!](https://shopify.dev/docs/api/storefront/2025-07/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/storefront/2025-07/scalars/String)

  The description of the application.

* target​Selection

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

  non-null

  Which lines of targetType that the discount is allocated over.

* target​Type

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

  non-null

  The type of line that the discount is applicable towards.

* title

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

  non-null

  The title of the application.

* value

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

  non-null

  The value of the discount application.

***

## Map

No referencing types

***

## Interfaces

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

  interface

***

## ManualDiscountApplication Implements

### Implements

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