Value Adds
Understanding room types and rate plans
Implementation use cases
Managing room types
Managing rate plans
Managing roomrates
Policies API overview
Managing policies
Troubleshooting errors
List of policy codes
Cancellation Policies FAQs
Implementation use cases
Introducing Value adds
Implementing the Value adds catalog API
Value adds UI implementation recommendations
Value Adds Catalog API
About Try it
List of error codes and possible solutions
Using Postman collection
This endpoint returns a list of value adds, including dynamic attributes, in either JSON or XML format. The response format is determined by the Accept header.
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/valueadds-api/valueadds-api-specification/valueadds/properties/catalog
- Production serverhttps://supply-xml.booking.com/valueadds/properties/catalog
curl -i -X GET \
https://developers.booking.com/_mock/connectivity/docs/openapispecs/valueadds-api/valueadds-api-specification/valueadds/properties/catalog \
-H 'Accept: application/json'Successful response with a list of value adds.
Array []
Category of the value add (e.g., Food and Beverage, Spa).
Example:"Food and Beverage (F&B)"
Response
- application/json
- application/xml
[ { "id": 2001, "category": "Food and Beverage (F&B)", "type": "Credit or discount", "name": "Daily Credit Per adult - No Daily Accrual", "attributes": [ … ] } ]