1. Home
  2. Docs
  3. Amzpecty Documentation
  4. Private: Walmart API Specifications
  5. Product ID to Walmart Item ID API

Product ID to Walmart Item ID API

ADD UPC/EAN/ISBN PRODUCT ID TO WALMART ITEM ID QUERY QUEUE

The request to add a UPC/EAN/ ISBN to Match Product Id to Walmart Item Id query queue.

Please do not run burst requests or your account will be throttled.

CREDIT DEDUCTION

1 (one) credit deduction after successful retrieval of data.

REQUEST
URI /api/query/matchwmids/{productId}?secretKey={secretKey} { productId } – value can be UPC, EAN or ISBN {idType} – optional – defaults to upc when unspecified
Http Header (optional) AMZPECTY_CALLBACK_URL={Your callback URL}
Example /api/query/matchwmids/849803043230?secretKey=xxxxxxx
RESPONSE
Headers
MediaType application/json
JSON Data
JSON
{
  "status": "OK",
  "responsefor": " matchwmids",
  "allowed": 4568,
  "dailyAllowed": 4997,
  "messageId": null,
  "message": null,
  "data": {
    "productId": "849803043230",
    "idType": "upc",
    "totalMatch": 1,
    "match": [
      {
        "wmid": "47645607",
        "link": "https://www.walmart.com/ip/Teenage-Mutant-Ninja-Turtles-Michelangelo-6-Fabrikation-Soft-Sculpture-Figure/47645607",
        "itemName": "Teenage Mutant Ninja Turtles Michelangelo 6 Fabrikation Soft Sculpture Figure",
        "imageUrl": "https://i5.walmartimages.com/asr/0380a03a-fdcb-4ba4-8fa5-15e79de1195c.dac06730021ddf5f14c8fc84f52747c0.jpeg?odnHeight=180&odnWidth=180&odnBg=ffffff",
        "bbPrice": 11.95,
        "bbSellerName": "Star City Books",
        "averageRating": 4.5,
        "numberOfReviews": 1414
      }
    ]
  },
  "rid": "639044680cf2c5079721546d",
  "dateProcessed": 1670399084993,
  "domain": "www.walmart.com"
}

Note: During callback, the rid can be used to link the callback data to the original request call.

GET MATCHED WALMART ITEM ID BY RID

The request to get the matched Walmart Item Id(s) by Request Id (RID) .

CREDIT DEDUCTION

0 (zero) credit deduction for the Get call.

REQUEST
URI /api/query/getmatchwmids/rid/{rid}?secretKey={secretKey} { rid } – request id from the add response
Example /api/query/getmatchwmids/rid/60d99426e4b0dd7aa946dcc3?secretKey=xxxxxxx
RESPONSE

See Get Match Walmart Item Id by Product Id Response Data

Was this article helpful to you? Yes No
How can we help?