API接口目录
suning.enable.createstation.create 建站接收接口
¥免费

建站接收接口

公共参数
请求参数
名称 类型 是否必须 示例值 描述
operationTypeStringY11:新建 2:修改
shopIdStringN12344操作类型为2时必填
platformNameStringN12344平台名称
platformIdStringNsss平台识别码
snAccountStringN78888易购账户
yhxbAccountStringN1232444有货小B账号
distributorStringN233分销商编码
keyCustomerCodeStringN112222大客户编码
channelCodingStringN2324渠道编码
yhShopNameStringN2232有货店铺编码
yhShopIdStringN6789有货店铺编码
accessSourceStringN0101:一键建站
accessChannelsStringN01渠道
statusStringN00:停用 1:启用
响应参数
名称 类型 示例值 描述
successString11:成功 0:失败
platformNameStringsass平台名称
platformIdStringsss平台识别码
snAccountString22222易购账号
yhxbAccountString122555有货小B账号
distributorString01分销商编码
keyCustomerCodeString122大客户编码
channelCodingString01渠道编码
yhShopNameStringsass有货店铺名称
yhShopIdString123有货店铺编码
shopIdStringshop0001店铺编码
accessSourceString01接入来源
accessChannelsString01接入渠道
statusString0状态
creatTimeStringyyyy-mm-dd hh:mm:ss创建时间
updateTimeStringyyyy-mm-dd hh:mm:ss最后修改时间
errCodeString001错误编码
errMsgString错误信息错误信息
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <createCreatestation>
      <channelCoding>2324</channelCoding>
      <yhShopId>6789</yhShopId>
      <accessChannels>01</accessChannels>
      <platformId>sss</platformId>
      <distributor>233</distributor>
      <accessSource>01</accessSource>
      <yhxbAccount>1232444</yhxbAccount>
      <yhShopName>2232</yhShopName>
      <snAccount>78888</snAccount>
      <operationType>1</operationType>
      <keyCustomerCode>112222</keyCustomerCode>
      <shopId>12344</shopId>
      <platformName>12344</platformName>
      <status>0</status>
    </createCreatestation>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "createCreatestation": {
        "channelCoding": "2324",
        "yhShopId": "6789",
        "accessChannels": "01",
        "platformId": "sss",
        "distributor": "233",
        "accessSource": "01",
        "yhxbAccount": "1232444",
        "yhShopName": "2232",
        "snAccount": "78888",
        "operationType": "1",
        "keyCustomerCode": "112222",
        "shopId": "12344",
        "platformName": "12344",
        "status": "0"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <createCreatestation>
      <channelCoding>01</channelCoding>
      <yhShopId>123</yhShopId>
      <accessChannels>01</accessChannels>
      <errMsg>错误信息</errMsg>
      <updateTime>yyyy-mm-dd hh:mm:ss</updateTime>
      <platformId>sss</platformId>
      <distributor>01</distributor>
      <accessSource>01</accessSource>
      <creatTime>yyyy-mm-dd hh:mm:ss</creatTime>
      <yhxbAccount>122555</yhxbAccount>
      <errCode>001</errCode>
      <success>1</success>
      <yhShopName>sass</yhShopName>
      <snAccount>22222</snAccount>
      <keyCustomerCode>122</keyCustomerCode>
      <shopId>shop0001</shopId>
      <platformName>sass</platformName>
      <status>0</status>
    </createCreatestation>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "createCreatestation": {
        "channelCoding": "01",
        "yhShopId": "123",
        "accessChannels": "01",
        "errMsg": "错误信息",
        "updateTime": "yyyy-mm-dd hh:mm:ss",
        "platformId": "sss",
        "distributor": "01",
        "accessSource": "01",
        "creatTime": "yyyy-mm-dd hh:mm:ss",
        "yhxbAccount": "122555",
        "errCode": "001",
        "success": "1",
        "yhShopName": "sass",
        "snAccount": "22222",
        "keyCustomerCode": "122",
        "shopId": "shop0001",
        "platformName": "sass",
        "status": "0"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.enable.createcreatestation.enumeration-error:* 参数的可选值错误 请检查此参数的值,*号表示参数字段名
biz.enable.createcreatestation.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.pangux 服务不可用 请联系苏宁技术人员
公共异常码
API工具
FAQ