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

eventIdstringRequiredformat: "^[1-9]\d*$">=1 character
occurrenceIdstringRequiredformat: "^[1-9]\d*$">=1 character

Headers

X-TT-RetailerstringOptional
Retailer public ID
X-TT-PlatformstringOptional
Client platform

Query parameters

useProviderInventoryItemsstringOptionalDefaults to false

When true, returns inventory via the new flat inventory representation instead of the legacy sections-based inventory. Migration toggle; defaults to false.

providerCodestringOptionalformat: ".*\S.*"0-255 characters

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.

limitstringRequired
Maximum number of results to return.
offsetstringRequired
Number of results to skip for pagination.

Response

Paginated list of available inventory items.