Removed undocumentend property personalization_required from the Products resource documentation. The property will be not returned in the response in a future release. Use needs_personalization from Tickets instead.
Support for combo products. The combo products are exposed in the Bill
and the Order resources, part of the products and
product_selection attributes respectively.
Product now contains parents attribute, which specifies the
parents of this product when this is a combo product.
Product now contains combo attribute, which specifies the
combo products of this product.
Improved error reporting. Error types have been added that can be dispatched
on the client side. The errors are related to the bill and the creation of an order.
Roles and permissions are introduced to restrict access to certain resources and
actions for specific applications. This is a security enhancement for the api.
A reference attribute is added to the representation of the Event,
Order, and Product resources.
It is meant to be used as a means of communication with consumers.
Product now contains a viewing_order attribute, which
specifies its order when products should be displayed as a list. This is per event. The products
in the response are also ordered by the viewing_order attribute.
Product now contains additional_information attribute.
Event now contains min_quantity_per_order and
max_quantity_per_order attributes, which specify the minimum/maximum amount of
products that should/can be part of a purchase to be valid.
Product now contains min_per_order and max_per_order
attributes, which specify the minimum/maximum amount of this product that
can be used in a purchase so to be valid.
Product now contains separately_saleable attribute
which specifies if a product can be sold separately in a purchase or not.