Not liveGet Shopee product review list(By id)
On this page
Information available through this API includes
- Ratings list
- Ratings count
Basic Information
Method | API URL |
---|---|
GET | http://api.noxapi.com/shopee/v1/item/ratings |
Request Parameter
Header
Field | Type | Description | Required |
---|---|---|---|
Authorization | string |
Your apiToken. |
true |
Query
Parameter | Type | Description | Required |
---|---|---|---|
site | string |
The abbreviation for the region, e.g., 'th' for Thailand. Optional values: my,th,ph,id,vn,sg,tw,br,mx,co,cl Default value: th |
true |
item_id | integer | product id | true |
shop_id | integer | shop id | true |
rate_filter | string |
Optional values: with_comments,with_media,local_review |
false |
rate_star | string |
Optional values: 1,2,3,4,5 |
false |
page | integer |
page number Default value: 1 |
false |
pageSize | integer | Default value: 6 | false |
Body
Security Auth
TIP
Please go to Console-Account Center to get your apiToken
Include your apiToken in the request headers using the Authorization field. Please refer to the examples below.