curl -X GET "https://test.api.amadeus.com/v1/shopping/flight-dates?origin=LON&destination=NYC&departureDate=2022-10-01&oneWay=true&nonStop=false&viewBy=DATE" -H "accept: application/vnd.amadeus+json" -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXX"
Asked
Active
Viewed 256 times
2 Answers
1
it is under internal analysis. The service will return soon in Test environment.
curl -X GET "https://test.api.amadeus.com/v1/shopping/flight-dates?origin=MAD&destination=MUC" -H "Authorization: Bearer $ACCESS_TOKEN" -k
{"errors":[{"status":404,"code":6003,"title":"ITEM/DATA NOT FOUND OR DATA NOT EXISTING","detail":"No price result found"},{"status":404,"code":6003,"title":"ITEM/DATA NOT FOUND OR DATA NOT EXISTING","detail":"No price results found for input combined criteria"}]}

jabrena
- 1,166
- 3
- 11
- 25
-
Is it still down ? Do you have a status page ? – RaphWork Jun 17 '22 at 11:38
-
1Same for ```test.api.amadeus.com/v1/shopping/flight-destinations```. Is there a projection on the availability schedule? – superk Jun 26 '22 at 16:23
0
Try /v2/shopping instead of /v1/shopping
The docs are wrong in places, namely the Get Started, confusing numerous developers.

jprio
- 97
- 1
- 13