Get Hotel & Rooms in One Endpoint
Get complete hotel and room information in a single API call. This endpoint is specifically designed for POS terminal integrations and scenarios where you need all booking information at once.
GET /v2/merpi/hotels/packages
/v2/merpi/hotels/packagesDesigned for POS Terminal Integrations
When to Use This Endpoint
Query Parameters
Parameter
Type
Required
Description
Example Request
Query parameters
business_idstring · uuidOptional
Filter hotels by business ID
citystringOptional
Filter hotels by city
statestringOptional
Filter hotels by state
countrystringOptional
Filter hotels by country
property_typestring · enumOptionalPossible values:
Filter by property type
available_rooms_onlybooleanOptional
Return only hotels with available rooms
min_pricenumberOptional
Minimum room price
max_pricenumberOptional
Maximum room price
min_occupancyintegerOptional
Minimum room occupancy
max_occupancyintegerOptional
Maximum room occupancy
amenitiesstringOptional
Comma-separated list of amenities (e.g. wifi,pool)
searchstringOptional
Search hotels by name
per_pageintegerOptionalExample:
Number of hotels per page
20pageintegerOptionalExample:
Page number
1Responses
200
List of hotel packages
application/json
successbooleanOptionalExample:
truestatusintegerOptionalExample:
200messagestringOptionalExample:
List of hotel packagesget
/v2/merpi/hotels/packages200
List of hotel packages
Response Fields
Hotel Package Object
Field
Type
Description
Room Object (nested in rooms array)
Price Range Object
Field
Type
Description
POS Terminal Integration Example
Comparison: Packages vs Standard Flow
Using Hotels & Rooms in One Endpoint (1 API call):
Using Standard Flow (2 API calls):
Next Steps
Last updated