Price Lists
Price lists are used to define the actual prices that will be available for one or more events. You can create a price list for a selection of seat ranks or for a simple contingent without seatranks.
In each price list prices are defined for a selection of price types. Additionally, conditions for each price type can be defined.
The possible conditions are listed in PricelistPriceCondition.
The prices for an event are defined by linking a price list to the event. The same price list can be linked to multiple events.
Changing the price in a price list will automatically change the price in all events that have linked this price list. (Remark: the new prices will only be applied for new orders, prices for tickets that are already sold will not change)
Operations
- Get a list of price lists GET /api/1/{accountname}/settings/pricing/pricelists
- Get a single price list GET /api/1/{accountname}/settings/pricing/pricelists/{id}
- Create a new price list POST /api/1/{accountname}/settings/pricing/pricelists
- Modify an existing price list PUT /api/1/{accountname}/settings/pricing/pricelists/{id}
- Remove a price list DELETE /api/1/{accountname}/settings/pricing/pricelists/{id}