拼多多商品详情V2(Product Info V2)
GET
/api/pinduoduo/get-goods-detail/v2- 0:Success
- 801:Task Pushed Success(扣费/Charge)
- 802:Task Is Running(Task Exists Today)
- 803:Task Push Failed
- 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
Header Data-Cached-Since (Required)
Format: yyyy-MM-dd HH:mm:ss Like 2024-12-06 00:00:00
It will return the data collected after this time.
请求头(Data-Cached-Since)必传,指定这个时间后,接口会返回这个时间之后采集到的最新一条数据(如果数据库中有多条这个商品的数据,只会匹配这个时间点之后采集到的那条),建议时间填写为任务提交成功当天的0点0分0秒
请求参数
Query Params
token
string
required
TOKEN
goodsId
string
required
Product ID
autoPushTask
boolean
optional
Defaults to false. If set to true, the goodsId will be automatically added to the task queue if it has not been added today.
Example:
false
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
No schema defined
Example
{
"code": 0,
"message": "",
"data": {},
"recordTime": ""
}
Last modified: 2 天前