--- title: "API.260722-MINOR" slug: "api-260720-minor" updated: 2026-07-21T09:48:43Z published: 2026-07-21T09:48:43Z canonical: "help.frisbii.com/api-260720-minor" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # API.260722-MINOR ### šŸ”§ Change #### Structured event data in orders The API now supports structured event data on order line items. You can optionally provide an ā€œeventInformationā€ section with details such as event name, dates, organizer, ticket type, and address to better match orders with external event systems. Existing orders without this information continue to work as before, and invalid values for event and ticket types are now rejected with a validation error. ### šŸ› Fix **PLEN-11373**: When retrieving access right details, the `createdByType `and `changedByType `fields sometimes returned a `customer ID` instead of the expected type. These fields now return the documented values again (for example, ā€œMERCHANTā€), ensuring consistent and reliable results. **PLEN-11296**: For orders that include a bonus, the PDF order confirmation could show incorrect shipping information. The PDF now displays the shipping instruction according to the configured delivery condition (for example, ā€œafter payment is receivedā€). **PLEN-11262**: When validating gift vouchers via the API, codes could be returned as valid even if they belonged to a different client. Voucher codes are now only considered valid for the client of the API key used; otherwise the code is returned as not found/invalid. **PLEN-11351**: Some API requests were aborted too early and returned a 504 Gateway Timeout, even though processing would have completed shortly after. The timeout limits have been increased so requests have more time to finish under normal load and are less likely to fail with a timeout.