Anchor to DiscountEffectDiscount
DiscountEffect
union
Requires Apps must have access scope.
The type of discount that will be applied. Currently, only a percentage discount is supported.
Anchor to Possible typesPossible types
- •OBJECT
The fixed amount value of a discount, and whether the amount is applied to each entitled item or spread evenly across the entitled items.
- •OBJECT
A discount effect that gives customers a percentage off of specified items on their order.
Was this section helpful?
Anchor to Fields with this unionFields with this union
- •OBJECT
The discount's effect on qualifying items.
Was this section helpful?
1union DiscountEffect = DiscountAmount | DiscountPercentage