The Fliggy platform offers two common sales models for hotels: online booking with calendar view and packages. Hotel packages receive significant traffic support during events like Double 11 and 618 each year. It is recommended that when you integrate the online booking calendar, you also include the package offerings.
The development of hotel package products relies on the completion of the online booking calendar room development. Please proceed with the development of hotel packages only after the booking calendar room development is completed.
The development of hotel packages requires modifications to the following parts:
Mandatory:
In the Hotel Detail Query API - Return result, you only need to add a new field RateInfo.RateCategory=1 to identify it as a package. For specific API documentation, please refer to: https://fliggy.open.taobao.com/doc.htm?docId=107100&docType=1.
Optional:
For users, hotel package products require the purchase of the hotel package first, followed by selecting the hotel room type to make a date reservation. At this point, the system generates an online booking business order, which is directly connected to the merchant's PMS for order processing. On the merchant's side, only the online booking business order is perceived.
备用————————————————————————————————————————————————————————————
中文接入说明:
酒店套餐产品的开发依赖在线预订日历房的开发,请在线预订日历房开发完成之后再开发酒店套餐
酒店套餐的开发只需改造以下部分:
【必须】1. 你只需要在Hotel Detail Query 接口-Return result中将新字段RateInfo.RateCateGory=1 标识为套餐,具体API文档https://fliggy.open.taobao.com/doc.htm?docId=107100&docType=1
【按需】2. 注意接口:Room Availability:新字段RateCateGory=1响应:新字段RateCateGory=1 具体API文档:https://fliggy.open.taobao.com/doc.htm?docId=105644&docType=1
【按需】3. 注意接口:Book an Order:新字段RateCateGory=1响应:无变化 具体API文档:https://fliggy.open.taobao.com/doc.htm?docId=105628&docType=1