Walmart
Product Detail
A Walmart product by item id, priced against the store or ZIP you name.
GET
/v1/walmart/product-detail10 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| item | string | required | Walmart item id. |
| store | string | optional | Walmart store id to price against. Use this or zipcode. |
| zipcode | string | optional | 5-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.