Shopee · Item APIs
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.
$0.0025/call · 50 free 420ms avg 99.8% uptime
GEThttp://localhost:8001/v1/shopee/item_detail
Go to Dashboard → API Keys to get your API key. Send it on every request as Authorization: Bearer <key> — see the examples below.
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) |
Request example
curl "http://localhost:8001/v1/shopee/item_detail?item_id=675432198765&shop_id=10832" \
-H "Authorization: Bearer YOUR_API_KEY"Response example
Switch tabs to see the error envelope for each status code. Non-200 responses are never charged.
{
"success": true,
"data": {
"item_id": "2231456789",
"title": "Portable Blender USB Rechargeable",
"price": {
"current": 15.9,
"currency": "SGD"
},
"stock": 500,
"sold": 8900
},
"error": null
}Try Shopee Item Detail with Orlabia Tech
50 free calls included with every new account.