I am working with SabreDev REST API for Bargain Finder Max (https://developer.sabre.com/docs/read/rest_apis/air/search/bargain_finder_max). When I run the example they provide in version 3.0.0, I get the following error:
"DSF server returned an error: Generic exception Schedule error : EA market not found - check user and owner."
The error type is "IF2". I'm still getting a 200 OK response from the server, but the content of the response is the DSF error.
The endpoint that I'm using is https://api-crt.cert.havail.sabre.com/v3.0.0/shop/flights?mode=live for the Sandbox.
When I run the sample in through version 1.8.6, my code works; but v3.0.0 fails.
I know this is related to stack question 42025310 but I don't have any street cred to respond there apparently.
Any help would be appreciated.