Walmart Product
walmart_productGet 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" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | Yes | Your BlueCart API key (get one at trajectdata.com) — passed as the api_key query param | |
| item_id | Yes | Walmart item ID, e.g. "967006046" |