ScriptDiscountApplication object

Script discount applications capture the intentions of a discount that was created by a Shopify Script for an order’s line item or shipping line.

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.
  • 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.
  • title ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The title of the application as defined by the Script.
  • 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)

Deprecated fields

Show/Hide

  • description ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)) DEPRECATED
    The description of the application as defined by the Script.
    Deprecation warning
    Use title instead