-----|------|------|------|
| item_id | String | 是 | 商品ID |
| app_key | String | 是 | 开发者密钥 |
| sign | String | 是 | 请求签名 |
| timestamp | Long | 是 | 时间戳 |
返回参数
| 参数名 | 类型 | 说明 |
|--------|------|------|
| title | String | 商品标题 |
| price | Float | 商品价格 |
| sales | Integer | 月销量 |
| rating | Float | 商品评分(1-5分) |
| comments | Integer | 评价总数 |
返回示例
```json
{
"title": "2025新款智能手机",
"price": 2999.00,
"sales": 1500,
"rating": 4.8,
"comments": 5200
}
```
错误码说明
| 错误码 | 说明 |
|--------|---