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

itemIdstringRequired
The Walmart Item ID of the item.

Query parameters

MarketplaceIdstringRequired
A marketplace identifier. Specifies the marketplace for which prices are returned.
ItemConditionenumRequired

Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.

Allowed values:
CustomerTypeenumOptional
Indicates whether to request Consumer or Business offers. Default is Consumer.
Allowed values:

Response

Success
payloadobjectOptional
The payload for the getListingOffers and getItemOffers operations.
errorsobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error