文档
测试

发布结果

POST
https://api.sooxie.com/Product/UploadResult

接口描述

商品发布结果 发布商品必须可访问 系统会自动跟踪 如大量不可访问 关停appid发布权限

请求头

参数名
类型
描述
必填
Content-Type
string
application/json
必填
appid
string
应用id
必填
sign
string
签名
必填
timestamp
long
时间戳
必填
accesstoken
string
访问令牌
必填

请求参数

application/json
参数名
类型
描述
必填
pId
int
爱搜鞋产品ID
必填
platform
string
发布的平台 如:tb 见文档底部支持发布平台
必填
shopId
string
发布店铺ID
必填
shopName
string
发布店铺名
必填
userId
string
发布用户ID
必填
userNick
string
发布用户昵称
必填
itemId
string
发布商品的ID
必填
status
int
发布状态 0 失败1成功
必填
message
string
失败消息
可选

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:
必填

说明 / 示例

**请求json** ```json { "pId": 1553853, "platform": "tb", "shopId": "123456789", "shopName": "某淘宝店", "userId": "xxxxx", "userNick": "某某某某", "itemId": "720570540468", "status": 1, "message": "string" } ```

支持发布平台

|平台名称|对应标识| |-|-|-| |淘宝|tb| |天猫|tm| |京东|jd| |拼多多|pdd| |抖店|dd| |快手|ks| |淘特|tt| |微店|wd| |微信小商店|wxxsd| |Shopee|shopee| |阿里巴巴|1688| |小红书|xhs| |微信视频号|wxsph| |速卖通|aliexpress| **++如需新增平台联系客服添加++**