API接口目录

网盟业务

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

订单结算信息接口

公共参数
请求参数
名称 类型 是否必须 示例值 描述
orderLineNumberStringY1001434507,1001434508OMS订单行项目号(如果输入多个,英文逗号隔开,最多输入20个)
响应参数
名称 类型 示例值 描述
orderCodeString1001434507订单号
orderLineNumberString10541154444订单行项目号
orderLineStatusDescString支付完成订单行项目状态
orderLineStatusChangeTimeString2014-07-19 21:12:22行项目状态更新时间,格式:yyyy-MM-dd HH:mm:ss
commissionRatioString2%佣金比例
payAmountString1000实付金额
prePayCommissionString20预付佣金金额
needPayCommissionString20应付佣金金额
productNameString苹果6商品名称
productFirstCatalogString手机/数码/配件商品一级目录
productSecondCatalogString手机通讯商品二级目录
productThirdCatalogString手机商品三级目录
productFourthCatalogString苹果手机商品四级目录
isWholesaleString0是否违规:0:否;1:是
isGrantString1结算状态,0:未结算;1:已结算
childAccountIdString100022122子推广账号ID
sellerNameString玉石买买提商户名称
sellerCodeString23232323商户编码
goodsNumString12323商品编码
orderLineFlagString1订单行标记
returnCommissionString1是否返佣,0:否;1:是
saleTypeString一分购推广推广类型
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <getOrdersettlenew>
      <orderLineNumber>1001434507,1001434508</orderLineNumber>
    </getOrdersettlenew>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "getOrdersettlenew": {
        "orderLineNumber": "1001434507,1001434508"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <getOrdersettlenew>
      <productFourthCatalog>苹果手机</productFourthCatalog>
      <needPayCommission>20</needPayCommission>
      <saleType>一分购推广</saleType>
      <sellerName>玉石买买提</sellerName>
      <productThirdCatalog>手机</productThirdCatalog>
      <productSecondCatalog>手机通讯</productSecondCatalog>
      <orderLineStatusDesc>支付完成</orderLineStatusDesc>
      <productName>苹果6</productName>
      <orderLineFlag>1</orderLineFlag>
      <commissionRatio>2%</commissionRatio>
      <returnCommission>1</returnCommission>
      <sellerCode>23232323</sellerCode>
      <payAmount>1000</payAmount>
      <prePayCommission>20</prePayCommission>
      <productFirstCatalog>手机/数码/配件</productFirstCatalog>
      <orderCode>1001434507</orderCode>
      <isGrant>1</isGrant>
      <goodsNum>12323</goodsNum>
      <orderLineNumber>10541154444</orderLineNumber>
      <orderLineStatusChangeTime>2014-07-19 21:12:22</orderLineStatusChangeTime>
      <childAccountId>100022122</childAccountId>
      <isWholesale>0</isWholesale>
    </getOrdersettlenew>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "getOrdersettlenew": {
        "productFourthCatalog": "苹果手机",
        "needPayCommission": "20",
        "saleType": "一分购推广",
        "sellerName": "玉石买买提",
        "productThirdCatalog": "手机",
        "productSecondCatalog": "手机通讯",
        "orderLineStatusDesc": "支付完成",
        "productName": "苹果6",
        "orderLineFlag": "1",
        "commissionRatio": "2%",
        "returnCommission": "1",
        "sellerCode": "23232323",
        "payAmount": "1000",
        "prePayCommission": "20",
        "productFirstCatalog": "手机/数码/配件",
        "orderCode": "1001434507",
        "isGrant": "1",
        "goodsNum": "12323",
        "orderLineNumber": "10541154444",
        "orderLineStatusChangeTime": "2014-07-19 21:12:22",
        "childAccountId": "100022122",
        "isWholesale": "0"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

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

Q:网盟订单结算信息查询接口如何使用?

A:通过此接口查询网盟订单结算信息(支持批量查询,以英文逗号分隔)