Closed moneill closed 11 months ago
A related question I'll tack on here -- is there a way to exclude certain fare classes from results, like Basic Economy? When I use travelClass=ECONOMY
my results are generally all Basic Economy fares.
Hi I was looking for a amadeus MPTB response solution, We work on the multiple PCC module , each PCC is taking approx 19 sec to response , which doesn't meet the business requirement. How do we handle it?
Pagination is not supported by the Flight Offers Search. For further questions related to Self-Service APIs please get in touch with the dedicated support channels. Also, feel free to check out the developer guides that cover many topics around the Self-Service APIs.
For anything related to Enterprise APIs get in touch with your account managers.
Hi there!
I'm testing out the
/v2/shopping/flight-offers
endpoint with a specific search that most likely returns >250 results. (I'm suspicious because the response is exactly 250 results and doesn't include a particular outbound/return flight combo I know exists.) Since the maximum value for themax
attribute is250
, is there any way to obtain additional results or paginate through the full resultset via multiple API calls?Here's my sample call:
Thank you!