Shopping

Poll for search results

Given a requestId obtained from search, corresponding search results will be returned in full (NOT incremental). Different response status code indicates whether another poll is neccessary until entire full results are returned.

post/shopping/polls

Request body

requestIdstring required

This is the request ID for which to be polled.

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

messagestring

message returned by server side if there is any

Changes