DiscountCodeApplication object
Discount code applications capture the intentions of a discount code at the time that it is applied onto an order.
On this page
Fields
- allocationMethod (
[DiscountApplicationAllocationMethod!](https://shopify.dev/docs/admin-api/graphql/reference/orders/discountapplicationallocationmethod)
)
The method by which the discount’s value is allocated to its entitled items. - code (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The string identifying the discount code that was used at the time of application. - index (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
An ordered index that can be used to identify the discount application and indicate the precedence of the discount application for calculations. - targetSelection (
[DiscountApplicationTargetSelection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/discountapplicationtargetselection)
)
How the discount amount is distributed on the discounted lines. - targetType (
[DiscountApplicationTargetType!](https://shopify.dev/docs/admin-api/graphql/reference/orders/discountapplicationtargettype)
)
Whether the discount is applied on line items or shipping lines. - value (
[PricingValue!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/pricingvalue)
)
The value of the discount application.
Implements
[DiscountApplication](https://shopify.dev/docs/admin-api/graphql/reference/orders/discountapplication)