GraphQL INPUT_OBJECT
PromotionCouponSettingsInput
link Definition
- input PromotionCouponSettingsInput {
- # Limits the number of times a unique coupon code can be used for a promotion.
- Int :
- # Set to true if the coupon code should distinguish between upper and lower case
- # letters.
- Boolean :
- # List of available coupons.
- PromotionCouponInput] : [
- }
link Required by
- CreatePromotionInputInput for created promotion. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.
- UpdatePromotionInputInput for promotion update. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.