Get available time slots and pricing for a specific variant within an optional date range.
Returns inventory items with startDateTime/endDateTime, availability status, remaining capacity, and per-person or group pricing.
Use this to display bookable slots and prices to users before creating a booking.
ID of the variant to list inventory for.
Start of the date range to fetch inventory for (format: yyyy-MM-dd'T'HH:mm:ss). Defaults to the current timestamp if not provided.
End of the date range to fetch inventory for (format: yyyy-MM-dd'T'HH:mm:ss). Defaults to no end limit (returns all future slots) if not provided.
Number of items to skip before starting to collect the result set.
Maximum number of items to return.
Currency code for inventory pricing.
Successful response
The inventory slots in this page of results.
Full URL to fetch the next page of results. Null if on the last page.
Full URL to fetch the previous page of results. Null if on the first page.
Total number of available inventory slots across all pages.
Offset value to use in the next request to retrieve the following page.