Bookings
Booking Products
Returns the add-on products available for a specific resource.
GET
Booking Products
Booking Products
Returns the add-on products (e.g. catering, equipment) that can be included with a booking for a specific resource.Authentication
No authentication required.Path Parameters
Numeric identifier of the resource.
Query Parameters
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Products.Name,Products.Price.Response
Returns an object with aProducts array. Each product has the following fields:
Product Item
Examples
Fetch booking products
TypeScript Integration
Booking Products