You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am not mistaken, the Flight Cache Service (or any other Cache Service) does not provide the URL for the flight ticket URL, only the Live Price services provide this functionality.
Sorry if this is easy to find elsewhere but I've been looking around for a while and I'm unable to find anything.
How can I retrieve the URL of a specific price that I like? I download the grid of prices using the below function:
result = flights_cache_service.get_grid_prices_by_date(
market='UK',
currency='GBP',
locale='en-GB',
originplace=FCO,
destinationplace=LHR,
outbounddate=date).parsed
I receive a grid of prices, but not any instructions as to how to retrieve a URL. Can anyone help?
Thanks!
The text was updated successfully, but these errors were encountered: