SKU Lookup — Walmart Item IDs and Cross-Retailer Matches
Type a Walmart item_id, UPC, or any retailer SKU and see how it maps across Walmart, Amazon, Target, Best Buy, Lowes, and Home Depot. Built for inventory tools, repricers, and arbitrage research.
3,600 people search Google for "sku lookup" every month — almost none of them get cross-retailer data.
One SKU, every retailer
Stock-keeping units are retailer-internal. Walmart calls their SKU an item_id. Amazon uses ASIN. Target uses TCIN. Best Buy uses SKU directly. The same physical product, with the same manufacturer UPC, gets a different SKU at every retailer. For an arbitrage seller or repricer, that means 6 distinct lookups per product across 6 separate APIs.
retailerapi collapses that into 1 query. The input is any SKU or UPC. The internal pipeline normalizes to GTIN-14, queries the Walmart catalog, then fans out to 5 other retailers in parallel. Average response time is 2.1 seconds for a fully enriched cross-retailer answer, or 1.8 seconds when the cross-retailer cells hit the 30-day cache.
The pattern is the same whether you start with a Walmart item_id (11 to 12 digits), a UPC-A (12 digits), an EAN-13 (13 digits starting with non-0), or an MPN. Auto-detection routes the request, and the response always includes the canonical GTIN-14, so downstream tools can de-duplicate.
Try a real SKU
Each card shows the input format and the resolved Walmart item_id. Click through to see the cross-retailer matches.
Use cases
- Repricer feeds. Refresh prices on a 100,000-SKU catalog nightly. Pro tier at $429 per month covers it.
- Arbitrage research. See which Walmart SKUs are priced below Amazon by more than 20%.
- Brand monitoring. Track every SKU carrying your brand across 6 US retailers in real time.
- AI agents. The MCP server exposes
sku_lookupas a callable tool for Claude and ChatGPT.