API接口目录

网盟业务

会员API
联盟订单API
大聚惠API
联盟商品API
招商推广活动API
获取推广链接API
优惠券推广API
机构推客API
店铺API
异常码自查工具
suning.netalliance.thirdpartygetpromotion.get 第三方平台获取联盟短链参数接口
¥免费

头条抖音等外部系统根据商品编码、店铺编码获取联盟短链参数,用于点击跟单。

公共参数
请求参数
名称 类型 是否必须 示例值 描述
outerIdStringY0000000000000000010038186090前10位商户编码,后18位商品编码
subUserStringNabcde12345推广子会员
channelStringY122推广渠道
promotionIdStringN1推广位ID
响应参数
名称 类型 示例值 描述
unionStringABi8OxL联盟短链参数
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <getThirdpartygetpromotion>
      <channel>122</channel>
      <outerId>0000000000000000010038186090</outerId>
      <subUser>abcde12345</subUser>
      <promotionId>1</promotionId>
    </getThirdpartygetpromotion>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "getThirdpartygetpromotion": {
        "channel": "122",
        "outerId": "0000000000000000010038186090",
        "subUser": "abcde12345",
        "promotionId": "1"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <getThirdpartygetpromotion>
      <union>ABi8OxL</union>
    </getThirdpartygetpromotion>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "getThirdpartygetpromotion": {
        "union": "ABi8OxL"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

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