If true, only the lead booker of an order will be able to use this coupon. If false, any guest on the order will be able to use the coupon, including non-members.
The time period for usage limits when max_uses is set.
The duration is specified as an ISO8601 duration string. See https://en.wikipedia.org/wiki/ISO_8601#Durations
P1D = daily limit, P1W = weekly limit, P1M = monthly limit, P1Y = yearly limit
This endpoint lists coupons for an organisation. By default, only manual redemption coupons are returned.
Use the redemption_type filter to retrieve programmatic coupons (credit types).
Internal label for the coupon, shown to staff in the
admin UI and on reports. Not customer-facing; codes
issued from this coupon use a separate redemption code.
1-120 characters.
The time period for usage limits when max_uses is set.
The duration is specified as an ISO8601 duration string. See https://en.wikipedia.org/wiki/ISO_8601#Durations
P1D = daily limit, P1W = weekly limit, P1M = monthly limit, P1Y = yearly limit
Identifier of the coupon record. Returned from listCoupons and
createCoupon; used to update the coupon, manage its offering
discounts, or issue redemption codes.
Identifier of the coupon record. Returned from listCoupons and
createCoupon; used to update the coupon, manage its offering
discounts, or issue redemption codes.
Internal label for the coupon, shown to staff in the
admin UI and on reports. Not customer-facing; codes
issued from this coupon use a separate redemption code.
1-120 characters.
The time period for usage limits when max_uses is set.
The duration is specified as an ISO8601 duration string. See https://en.wikipedia.org/wiki/ISO_8601#Durations
P1D = daily limit, P1W = weekly limit, P1M = monthly limit, P1Y = yearly limit
Soft-deletes a coupon. The coupon stops issuing new discounts but
any existing OrderDiscounts created from it remain in place. Use
POST /shop/coupons/{couponId}/restore to bring it back.
Identifier of the coupon record. Returned from listCoupons and
createCoupon; used to update the coupon, manage its offering
discounts, or issue redemption codes.
Creates a copy of an existing Coupon. Useful when seeding a
similar coupon (e.g. a renewal of a seasonal promotion, or a
sibling coupon scoped to a different segment). The copy inherits
every field from the source; rename it via a subsequent
PUT /shop/coupons/{couponId}.
Requires the copy permission on the source Coupon (see
resourceAbilityMap on CouponController). No request body.
Identifier of the coupon record. Returned from listCoupons and
createCoupon; used to update the coupon, manage its offering
discounts, or issue redemption codes.
Un-deletes a previously soft-deleted Coupon. The coupon returns
to its pre-deletion state, including code, value, validity
window, and offering discounts. Past orders that redeemed the
coupon remain unaffected.
Requires the restore permission on the Coupon. No request body.
Identifier of the coupon record. Returned from listCoupons and
createCoupon; used to update the coupon, manage its offering
discounts, or issue redemption codes.
Identifier of the coupon record. Returned from listCoupons and
createCoupon; used to update the coupon, manage its offering
discounts, or issue redemption codes.
Identifier of the coupon record. Returned from listCoupons and
createCoupon; used to update the coupon, manage its offering
discounts, or issue redemption codes.
Identifier of the offering-discount rule attached to a coupon.
Offering discounts link a coupon to a specific offering and define
the discount amount/percentage to apply when the coupon is
redeemed against that offering.
Removes an offering-discount association from a Coupon. The
coupon itself is unaffected — only the discount on the specified
offering is removed. Requires the SETTINGS_MANAGE permission on
the coupon's site.
Identifier of the coupon record. Returned from listCoupons and
createCoupon; used to update the coupon, manage its offering
discounts, or issue redemption codes.
Identifier of the offering-discount rule attached to a coupon.
Offering discounts link a coupon to a specific offering and define
the discount amount/percentage to apply when the coupon is
redeemed against that offering.