List available inventory items
Returns a paginated list of purchasable inventory for an occurrence. Use the `inventoryVariant._type` field to differentiate between item types:
- `AssignedSeat` — specific physical seat (section, row, seat number)
- `GeneralAdmission` — GA area with available quantity
- `Extra` — Extra (drinks, merchandise, parking)
`InventoryVariant.id` is stable across all occurrences, enabling seating chart integration.
Authentication
X-TT-API-Keystring
API Key authentication via header
Path parameters
eventId
occurrenceId
Headers
X-TT-Retailer
Retailer public ID
X-TT-Platform
Client platform
Query parameters
limit
Maximum number of results to return.
offset
Number of results to skip for pagination.
Response
Paginated list of available inventory items.