Retrieve available time slots and pricing for a specific tour within a date range. Returns inventory items with startDateTime/endDateTime, availability status, remaining capacity, and per-person or group pricing tiers (Adult, Child, Student, etc.). Use this to display bookable slots and prices to users before creating a booking.
Unique identifier of the tour/product variant to fetch inventory for. Obtain this from the product variants in the Products API response.
Currency code for displaying prices (e.g., USD, EUR, GBP). All price fields in the response will use this currency. See Currency Codes.
Number of records to skip for pagination. Use with limit to paginate through large result sets. Start at 0 for the first page.
Maximum number of records to return per request. Use with offset to paginate through results. Check nextOffset in response for more pages.
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.