注意:以下文档只适用于TOP接口,请谨慎使用!

qimen.alibaba.idle.open.live.item.info.batch.query (闲鱼批量查询直播商品最新的信息)

闲鱼批量查询直播商品最新的信息

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
isvItemCodeList String 必须 1111,2222 商品标识列表,逗号分隔

响应参数

名称 类型 示例值 描述
errCode String SYS_ERROR 错误码
errMsg String 系统错误 错误提示
success Boolean true 是否成功
itemList ItemList [] 商品信息列表
  • └ idleItemId
  • Number
  • 123123
  • 闲鱼商品id
  • └ itemPicUrl
  • String
  • https://xxx
  • 商品主图
  • └ isvItemCode
  • String
  • 456456
  • 服务商商品唯一标识
  • └ itemTitle
  • String
  • 宝可梦
  • 商品标题
  • └ itemPrice
  • Number
  • 5060
  • 商品价格,单位分
  • └ state
  • Number
  • 1
  • 当前状态,1:在线。0:已下架。
  • └ jumpUrl
  • String
  • fleamarket://goosefish?appKey=xxxxpath=yyy
  • 跳转地址
  • └ imageId
  • String
  • 121213131313
  • 图片id。通过 alibaba.idle.isv.media.upload 上传后拿到
uploadImageUserId String 2022222929212343 上传图片的用户id

请求示例

{"isvItemCodeList":"1111,2222"}

响应示例

{
    "errCode":"SYS_ERROR",
    "errMsg":"系统错误",
    "success":true,
    "itemList":[
        {
                "idleItemId":123123,
                "itemPicUrl":"https:\/\/xxx",
                "isvItemCode":"456456",
                "itemTitle":"宝可梦",
                "itemPrice":5060,
                "state":1,
                "jumpUrl":"fleamarket:\/\/goosefish?appKey=xxxxpath=yyy",
                "imageId":"121213131313"
        }
    ],
    "uploadImageUserId":"2022222929212343"
}

验签示例

{"success":"不等于true","errCode":"sign-check-failure","errMsg":"Illegal request"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部