v1

latestOpenAPI 3.0.32026-07-14133451.7 KB
Shopping

Poll for search results

A PollResponse containing full or partial search results will be returned, given a valid PollRequest including a requestId.

Corresponding response status code indicates whether another poll is neccessary until all results are returned.

post/shopping/polls

Request body

requestIdstring required

This is the request ID found in the SearchResponse.

offsetinteger

This is the offset of the results to be polled next.

sizeinteger

This is the maximum number of results to be polled. The actual number of results might be less when there is no more results available at the moment.

currencystring

Currency code of results to be polled.

Example request

{
  "requestId": "OW|Economy|1-0-0|UnlimitedStarter-UnlimitedCandidate|20210901:@YTO:@AMS",
  "currency": "USD"
}

Response

OK

All have been returned. There is no more result available.

messagestring

message returned by server side if there is any