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
useProviderInventoryItems
When true, returns inventory via the new flat inventory representation instead of the legacy sections-based inventory. Migration toggle; defaults to false.
providerCode
Optional provider code identifying which configured pricing tier should price this request. Retailers running concurrent pricing tiers on a single credential use this to select among them; omitted or unrecognised codes fall back to the default tier.
limit
Maximum number of results to return.
offset
Number of results to skip for pagination.
Response
Paginated list of available inventory items.