shein店铺商品列表V1(Store Item List V1)
GET
/api/shein/get-store-item-list/v1- 0:Success(扣费/Charge)
- 100:TOKEN Invalid/Unactivated
- 300:API Invalid
- 301:Failed, Please Retry
- 302:Too Fast
- 400:Param Illegal
- 500:Server Error
- 600:Permission Unusual
- 601:Insufficient Balance
Set Timeout >= 60s
Request
Query Params
token
string
required
TOKEN
storeCode
string
required
Store Code
page
integer
required
Page, start with 1
country
string
required
Country Default: "US"
Example:
US
language
string
required
Language Default: "en"
Example:
en
currency
string
required
Currency Default: "USD"
Example:
USD
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
optional
message
string
optional
data
object (Object)
optional
recordTime
string
optional
Example
{
"code": 0,
"message": "",
"data": {},
"recordTime": ""
}
Last modified: 11 天前