shein商品详情V1(Product Info V1)
GET
/api/shein/get-goods-detail/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
请求参数
Query Params
token
string
required
TOKEN
goodsId
string
required
Product ID it's the number after the -p-
country
string
required
Country Default: "US"
Example:
US
language
string
required
Language Default: "en"
Example:
en
currency
string
required
Currency Default: "USD"
Example:
USD
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
No schema defined
Example
{
"code": 0,
"message": "",
"data": {},
"recordTime": ""
}
Last modified: 2 天前