Anchor to DiscountApplicationDiscount
interfaceDiscount Application
Requires access scope or access scope.
Captures the intentions of a discount source at the time of application.
Anchor to FieldsFields
- allocationMethod (DiscountApplicationAllocationMethod!)
- targetSelection (DiscountApplicationTargetSelection!)
- targetType (DiscountApplicationTargetType!)
- value (PricingValue!)
- Anchor to allocationMethodallocation•Discount
Method Application Allocation Method! non-null The method by which the discount's value is allocated to its entitled items.
- Anchor to targetSelectiontarget•Discount
Selection Application Target Selection! non-null The lines of targetType that the discount is allocated over.
- Anchor to targetTypetarget•Discount
Type Application Target Type! non-null The type of line that the discount is applicable towards.
- Anchor to valuevalue•Pricing
Value! non-null The value of the discount application.
Was this section helpful?
Anchor to Types implemented inTypes implemented in
- AutomaticDiscountApplication (AutomaticDiscountApplication)
- DiscountCodeApplication (DiscountCodeApplication)
- ManualDiscountApplication (ManualDiscountApplication)
- ScriptDiscountApplication (ScriptDiscountApplication)
- •OBJECT
Captures the intentions of a discount that was automatically applied.
- •OBJECT
Captures the intentions of a discount code at the time that it is applied.
- •OBJECT
Captures the intentions of a discount that was manually created.
- •OBJECT
Captures the intentions of a discount that was created by a Shopify Script.
Was this section helpful?