v1
latestOpenAPI 3.0.32026-07-14133451.7 KBShopping
Create a search request
A SearchResponse containing a requestId will be returned given a valid SearchRequest.
This requestId is required for polling for results later on.
post/shopping/searches
Request body
Example request
{
"queries": [
{
"depCity": "LON",
"depAirport": "LON",
"arrCity": "PAR",
"arrAirport": "CGN",
"date": "20210401"
}
]
}Response
OK
This is a SearchResponse containing a requestId that can be referred to in PollRequest.