Returns the lowest priced offers for a single item by Walmart Item ID
Returns the lowest priced offers for a single item based on Walmart Item ID and item condition.
Uses Walmart Item ID as the primary identifier per ADR-029 (ASIN not supported —
no ASIN resolver exists in the Walmart platform; IQS queries by product.item_id).
Backed by IQS catalog_index cross-seller query (same as getListingOffers hop-2).
Returns 404 when no offers are found for the given itemId.
Path parameters
itemId
The Walmart Item ID of the item.
Query parameters
MarketplaceId
A marketplace identifier. Specifies the marketplace for which prices are returned.
ItemCondition
Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.
Allowed values:
CustomerType
Indicates whether to request Consumer or Business offers. Default is Consumer.
Allowed values:
Response
Success
payload
The payload for the getListingOffers and getItemOffers operations.
errors
A list of error responses returned when a request is unsuccessful.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error