我应该 post 到 Flight Offers Price API 来确认航班可用性?

What should I post to Flight Offers Price API to confirm the flight availability?

我目前正在使用 Node.js 和 Amadeus 自助服务 APIs 制作一个旅行灵感应用程序。

我现在正在尝试连接 Flight Inspiration Search => Flight Low-fare Search => Flight Offers Price => Flight Create Orders,但我不知道要post 到 Flight Offers Price API 以确认航班仍然可用。

预订之前的流程是航班优惠搜索 -> 航班优惠价格 -> 航班创建订单。

Flight Low-fare Search 是航班搜索的 v1 版本,它将在 Flight Offers Search(允许预订)中停用。将发布新版本的 Flight Inspiration Search,以将 link 中的 Flight Low-fare Search 替换为 Flight Offers Search。