Get rate list of Taobao product V1 API
Information you can get with this API
- Rate Count
- Rate detail
- See More
Security Auth
API Token Auth
An API Token is a token that when making API calls to use.
Include the Token in a query parameter called apiToken.
tip
Example:
Check the apiToken in the Console-Account Center
Basic Information
Request Parameter
Query
Field | Type | Explanation | Required |
---|---|---|---|
item_id | integer | product id | true |
page | integer | page,default:1 | false |
page_size | integer | page size,default:10 | false |
rate_type | string | optional values: ""(all),"3"(has picture),"2"(append rate),"1"(good rate),0(neutral rate),"-1"(negative rate), default:"" | false |
has_pic | boolean | Is there a picture,default:true | false |
has_rate_content | boolean | Is there has rate content,default:true | false |
Body
Request Example
Response Example
- 200
- 417
- 422
- 429
Loading...