Get Shopee product details(By id)
On this page
Information available through this API includes
- Basic product information (title/category/brand/price/comment counts, etc.)
- Product properties
- Main images/video
- Description images/html
- Shop information (Shop id/location/type, etc.)
- Logistics information (delivery origin/postage)
- SKU attributes (name/thumbnail)
- SKU price and stock
- Sales count
Basic Information
Method | API URL |
---|---|
GET | http://api.noxapi.com/shopee/v1/item/detail |
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 |
false |
item_id | integer | product id | true |
shop_id | integer | shop id | true |
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.