Get Shopee shop information
On this page
Information available through this API includes
- Shop ID
- Shop name
- Shop logo
- User ID
- Username
- Last active time
- Shop rating
- Shop location
- Shop status
Basic Information
Method | API URL |
---|---|
GET | http://api.noxapi.com/shopee/v1/shop/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 |
shop_id | integer | shop id | false |
username | username | username | false |
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.