API接口目录

网盟业务

会员API
联盟订单API
大聚惠API
联盟商品API
招商推广活动API
获取推广链接API
优惠券推广API
机构推客API
店铺API
异常码自查工具
suning.netalliance.channelcommodity.get 快手商品推广接口
¥免费

快手商品链接解析及推广链接生成

公共参数
请求参数
名称 类型 是否必须 示例值 描述
visitUrlStringYhttps://sugs.suning.com/BuNK0ZNZ商品链接
channelCodeStringYzACxlmB8机构推客码
custNumStringY60000000联盟推客码
backUrlStringYkwai://action/bringToFront返回标识
响应参数
名称 类型 示例值 描述
goodsNameStringiphone手机商品名称
goodsCodeString150003283商品编码
mertCodeString0000000000店铺编码
vendorNameString自营店铺名称
firstCategoryCodeStringR01一级销售目录编码
firstCategoryNameString服饰鞋帽/运动户外一级销售目录名称
secondCategoryCodeStringR0102二级销售目录编码
secondCategoryNameString服饰鞋帽二级销售目录名称
thirdCategoryCodeStringR010203三级销售目录编码
thirdCategoryNameString男装三级销售目录名称
pictureUrlStringhttp://10.19.95.100/uimg/b2c/catentries/000000000150003283_1_100x100.jpg商品图片
priceString100商品价格
productUrlStringhttp://productpre.cnsuning.com/0000000000/150003283.html商品原始链接
shortUrlStringhttps://sugspre.cnsuning.com/AwTCoBhr商品推广链接
rateString0.02佣金比例
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <getChannelcommodity>
      <backUrl>kwai://action/bringToFront</backUrl>
      <visitUrl>https://sugs.suning.com/BuNK0ZNZ</visitUrl>
      <custNum>60000000</custNum>
      <channelCode>zACxlmB8</channelCode>
    </getChannelcommodity>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "getChannelcommodity": {
        "backUrl": "kwai://action/bringToFront",
        "visitUrl": "https://sugs.suning.com/BuNK0ZNZ",
        "custNum": "60000000",
        "channelCode": "zACxlmB8"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <getChannelcommodity>
      <secondCategoryCode>R0102</secondCategoryCode>
      <thirdCategoryCode>R010203</thirdCategoryCode>
      <shortUrl>https://sugspre.cnsuning.com/AwTCoBhr</shortUrl>
      <mertCode>0000000000</mertCode>
      <pictureUrl>http://10.19.95.100/uimg/b2c/catentries/000000000150003283_1_100x100.jpg</pictureUrl>
      <thirdCategoryName>男装</thirdCategoryName>
      <vendorName>自营</vendorName>
      <firstCategoryName>服饰鞋帽/运动户外</firstCategoryName>
      <rate>0.02</rate>
      <price>100</price>
      <firstCategoryCode>R01</firstCategoryCode>
      <secondCategoryName>服饰鞋帽</secondCategoryName>
      <goodsCode>150003283</goodsCode>
      <productUrl>http://productpre.cnsuning.com/0000000000/150003283.html</productUrl>
      <goodsName>iphone手机</goodsName>
    </getChannelcommodity>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "getChannelcommodity": {
        "secondCategoryCode": "R0102",
        "thirdCategoryCode": "R010203",
        "shortUrl": "https://sugspre.cnsuning.com/AwTCoBhr",
        "mertCode": "0000000000",
        "pictureUrl": "http://10.19.95.100/uimg/b2c/catentries/000000000150003283_1_100x100.jpg",
        "thirdCategoryName": "男装",
        "vendorName": "自营",
        "firstCategoryName": "服饰鞋帽/运动户外",
        "rate": "0.02",
        "price": "100",
        "firstCategoryCode": "R01",
        "secondCategoryName": "服饰鞋帽",
        "goodsCode": "150003283",
        "productUrl": "http://productpre.cnsuning.com/0000000000/150003283.html",
        "goodsName": "iphone手机"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.netalliance.getchannelcommodity.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.netalliance.getchannelcommodity.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.suis 服务不可用 请联系苏宁技术人员
公共异常码
API工具
FAQ