Retrieve catalog of value adds available for properties with dynamic attributes
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
Value Adds Catalog API (1.0.0)
This API provides a list of value adds available for properties. The response can be in JSON or XML format depending on the Accept header. The value adds include dynamic attributes such as currency, amount, and more.
Download OpenAPI description
Overview
Languages
Servers
Test static response
https://developers.booking.com/_mock/connectivity/docs/openapispecs/valueadds-api/valueadds-api-specification
Test using live endpoint
https://supply-xml.booking.com
- Test static responsehttps://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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.booking.com/_mock/connectivity/docs/openapispecs/valueadds-api/valueadds-api-specification/valueadds/properties/catalog \
-H 'Accept: application/json'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": [ … ] } ]
Learn how to effectively use the Try it feature in the Value Adds Catalog API documentation.
Use the Try it feature to send test request examples to the API endpoints directly from the developer portal and depending on the selected environment either see static, pre-built responses or dynamic responses from a test property.