Get Shop Info
GET
/v1/shopOverview
Get basic information of the currently authorized shop.
Request
GET /v1/shop
Response Example
{
"code": 0,
"message": "success",
"data": {
"shop_id": 500123456,
"shop_name": "Sports Gear Flagship Store",
"region": "SG",
"status": "NORMAL",
"description": "Quality sports equipment",
"logo": "https://cdn.shopee.com/shop/logo.jpg",
"rating": 4.8,
"follower_count": 12800,
"item_count": 128,
"created_at": 1600000000
}
}