API 产品/Shopee 电商 API/获取店铺信息

获取店铺信息

GET/v1/shop

接口说明

获取当前授权店铺的基本信息。

请求

GET /v1/shop

响应示例

{
  "code": 0,
  "message": "success",
  "data": {
    "shop_id": 500123456,
    "shop_name": "运动装备旗舰店",
    "region": "SG",
    "status": "NORMAL",
    "description": "专注运动装备,品质保证",
    "logo": "https://cdn.shopee.com/shop/logo.jpg",
    "rating": 4.8,
    "follower_count": 12800,
    "item_count": 128,
    "created_at": 1600000000
  }
}
获取店铺信息 — Shopee 电商 API — bodapi