DocumentationDashboard

Walmart

Product Detail

A Walmart product by item id, priced against the store or ZIP you name.

GET/v1/walmart/product-detail10 credits

Parameters

NameTypeRequiredDescription
itemstringrequiredWalmart item id.
storestringoptionalWalmart store id to price against. Use this or zipcode.
zipcodestringoptional5-digit US ZIP code, resolved to a store.

Request

curl --request GET 'https://data-api.roketfy.com/v1/walmart/product-detail?item=%3Citem%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

Available to AI agents as the tool walmart_product_detail, with the same parameters and the same credit cost.