🎉 Features and Improvements​
- Ticket type improvements:
- Set minimum per order
min_per_order
;
- Set maximum per order
max_per_order
;
- Hide until a specified timestamp
hide_until
;
- Hide after a specified timestamp
hide_after
;
- Enable display of remaining ticket quantity on the event page
show_quantity_remaining
;
- Set a threshold for displaying remaining ticket quantity on the event page
show_quantity_remaining_less_than
;
- Hide ticket type from checkout when sold out
hide_when_sold_out
.
- Bundle improvements:
- Set status and access code
status
, access_code
.
- Product improvements:
- Show the number of issued products
issued_count
.
- Show ticket type count in baskets in event series and event occurrence endpoints
quantity_in_baskets
.
- Improved performance of the event series list endpoint.
✅ Bug Fixes​
- Moved the
status
filter from the event occurrence list to event series list endpoint.