Create discount
POST/discounts
Creates a discount with applicability scope. For code_type=single, provide one code at create time.
For code_type=unique, create the discount first then add codes via POST /discounts/{discount}/codes.
Promo code strings must be unique across the entire store.
Scope: set scope.type to events, categories, or store. Use scope.event_ids or
scope.category_ids to include specific events or categories. For event-scoped discounts, pass
scope.excluded_ticket_ids to exclude ticket types from the discount (e.g. VIP) while keeping the
rest of the event eligible.
Request
Responses
- 200
- 400
- 401
Created discount
Validation failure
Missing or invalid Bearer token