All APIs
GETGlobal E-commerce
Shopee Item Detail
Fetch Shopee product data from Singapore, Malaysia, Thailand, Vietnam, Philippines, Indonesia and Brazil marketplaces — price, stock, variations, shop performance and flash-sale status.
Price
৳0.3000 /call
50 free calls to test
Latency
420 ms avg
Measured over 30 days
Uptime
99.8%
Rolling 90-day window
Endpoint
GET {BASE_URL}/shopee/item_detail
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| item_id | string | required | Shopee item ID |
| shop_id | string | required | Shopee shop ID |
| region | string | optional | sg | my | th | vn | ph | id | br (default sg) |
Sample response
{
"success": true,
"data": {
"sold": 8900,
"price": {
"current": 15.9,
"currency": "SGD"
},
"stock": 500,
"title": "Portable Blender USB Rechargeable",
"item_id": "2231456789"
},
"error": null
}Try Shopee Item Detail for free
50 free calls included with every new account.