Retrieve catalog of value adds available for properties with dynamic attributes
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.