Get product by SKU
get_retailer_productGet details for a specific product by its retailer SKU/ID. Returns compact items by default (~14 fields); pass response_format="full" for complete product data including resale intelligence such as Amazon pricing, profitability, and catalog metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | The product's unique SKU/ID within the retailer's catalog. Pass the 'product_id' field from search_retailer_products results (equivalently, its 'unique_merchant_sku'). Note: the search result's 'id' field is an internal cursor key and is NOT resolvable here. | |
| retailer_id | Yes | Retailer identifier (e.g. "walmart", "target"). Use list_retailers to get valid IDs. | |
| response_format | No | Response shape. "compact" (default) returns a ~14-field subset; "resale" adds the Amazon resale signals (asins, amazon_price, profitability, trimmed amazon_marketplace) without the long product_description; "full" returns complete product data with resale intelligence. | compact |