walmart_product
ActiveTool of Traject Ecommerce
Get Walmart product details by item ID — title, brand, price, rating, ratings total, and image. Uses your BlueCart API key. Example: walmart_product({ item_id: "967006046", _apiKey: "your-bluecart-key" })
Parameters schema
{
"type": "object",
"required": [
"item_id",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Your BlueCart API key (get one at trajectdata.com) — passed as the api_key query param"
},
"item_id": {
"type": "string",
"description": "Walmart item ID, e.g. \"967006046\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Traject Ecommerce
https://github.com/pipeworx-io/mcp-traject-ecommerce
1/7 registries