walmart_product
Retrieve structured product details—name, brand, pricing, availability, specifications, images, and review summary—for a Walmart product using its product ID.
Instructions
Retrieve parsed details for a single Walmart product by product ID.
Returns structured product data — name, brand, pricing, availability,
specifications, images, and review summary — for one Walmart listing.
When to use:
- You have a Walmart product ID and want its full structured details
- Product monitoring, catalog enrichment, price/spec extraction
When NOT to use:
- You only have a search term (use 'walmart_search' first)
- You want the product's reviews (use 'walmart_review')
Args:
params (WalmartProductParams): product_id (required) plus optional
tld, country_code, and output_format.
Returns:
str: JSON (default) or CSV containing the structured product data.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |