product_reviews
Retrieve product reviews by entering the product ID to analyze customer feedback and insights from MercadoLibre's marketplace.
Instructions
Obtiene las reseñas de un producto
Input Schema
Name | Required | Description | Default |
---|---|---|---|
productId | No | ID del producto |
Input Schema (JSON Schema)
{
"properties": {
"productId": {
"description": "ID del producto",
"type": "string"
}
},
"type": "object"
}