Promotions
Create coupon
Create a percentage or fixed-amount discount coupon, with validity dates and per-branch scope.
POST
Your store ID in Jelou Shop.
Code the customer enters at checkout (max. 255 characters).
Internal coupon name (max. 255 characters).
Optional coupon description (max. 1000 characters).
Discount type. Values:
percentage or value (fixed amount).Discount value. For
percentage it is a value between 0 and 100; for value it is a fixed amount in the store currency.Whether the coupon is active. An inactive coupon cannot be applied.
Validity start date/time (ISO 8601). If omitted, the coupon is valid from creation.
Validity end date/time (ISO 8601). Must be equal to or later than
valid_from. If omitted, it never expires.Total usage limit for the coupon (minimum
1). If omitted, usage is unlimited.If
true, each customer can use the coupon only once.If
true, the coupon applies to all branches and branches is ignored. If false, it only applies to the branches listed in branches.Branches where the coupon applies (only when
applies_to_all_branches is false).The
code must be unique within its branch scope. You cannot create two coupons with the same code if they share a branch (or if either applies to all branches). A percentage discount cannot exceed 100.