Skip to main content

Discounts

Create and manage discount definitions and their promo codes. Code strings must be unique across the store. To apply a code at checkout, use the cart Discount codes endpoints.

Scope (scope on create/update) controls where a discount applies:

  • events + event_ids — include specific events; optionally excluded_ticket_ids to omit ticket types (e.g. VIP)
  • categories + category_ids — include events in selected categories
  • store — all events and tickets in the store

Patching scope replaces all applicability relations. See request examples on Create discount and Update discount.