Returns the lowest priced offers for a batch of SKU listings
Batch version of getListingOffers. Accepts up to 20 SKU requests.
Implemented as in-process fan-out over getListingOffers (IQS-backed). Each SKU gets its own per-item HTTP status code in the response body; the outer HTTP response is always 200. Implemented: RCTPAPI-20857.
Request
This endpoint expects an object.
requests
A list of getListingOffers batched requests to run.
Response
Success
responses
A list of getListingOffers batched responses.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error