API接口目录

O2O业务

O2O订单API
O2O商品API
联营厂送API
O2O库存API
招商API
异常码自查工具
suning.oto.publishcm.add O2O内容维护
¥免费

O2O内容维护

公共参数
请求参数
名称 类型 是否必须 示例值 描述
assortCodeStringN11111111店铺商品分类ID
childItemStringN
itemCodeStringN561子商品的商家商品编码。
priceStringN11子商品价格。
productCodeStringN104007723子商品的苏宁商品编码。
supplierImg1UrlStringN1子商品图片
cmTitleStringN11商品标题
detailModuleStringN
contentStringN模块化详情内容模块化详情内容
moduleIdStringN1模块ID
moduleNameStringN1模块名称
numStringN1模块顺序
typeStringNcat_mod模块类型
introductionStringN商家商品介绍商家商品介绍
itemCodeStringN789123主商品商家商品编码。
packingListStringN
packingListNameStringN 电脑 装箱清单名单
packingListQtyStringN1装箱清单名单数量
priceStringN5.00主商品价格。
productCodeStringN102652866苏宁商品编码。
saleDateStringN2016-09-30商家设定的销售日期。
saleSetStringN1商家商品销售设定。1:立即;0:设定日期;2:放入仓库。
sellPointStringN卖点卖点
supplierImg1UrlStringN1商家商品图片地址1
supplierImg2UrlStringN1商家商品图片地址2
supplierImg3UrlStringN1商家商品图片地址3。
supplierImg4UrlStringN1商家商品图片地址4
supplierImg5UrlStringN1商家商品图片地址5。
targetChannelStringN1线上线下标识
videoCodeStringN108625商品视频编码
mainPicVideoCodeStringN108625主图视频编码
响应参数
名称 类型 示例值 描述
applyCodeString123申请编码
applyTimeString2016-01-01 00:00:00申请时间
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
<sn_request>
  <sn_body>
    <addPublishcm>
      <targetChannel>1</targetChannel>
      <supplierImg3Url>1</supplierImg3Url>
      <productCode>102652866</productCode>
      <assortCode>11111111</assortCode>
      <mainPicVideoCode>108625</mainPicVideoCode>
      <sellPoint>卖点</sellPoint>
      <supplierImg2Url>1</supplierImg2Url>
      <supplierImg5Url>1</supplierImg5Url>
      <childItem>
        <supplierImg1Url>1</supplierImg1Url>
        <price>11</price>
        <productCode>104007723</productCode>
        <itemCode>561</itemCode>
      </childItem>
      <cmTitle>11</cmTitle>
      <price>5.00</price>
      <supplierImg1Url>1</supplierImg1Url>
      <videoCode>108625</videoCode>
      <supplierImg4Url>1</supplierImg4Url>
      <detailModule>
        <content>模块化详情内容</content>
        <num>1</num>
        <moduleId>1</moduleId>
        <moduleName>1</moduleName>
        <type>cat_mod</type>
      </detailModule>
      <saleSet>1</saleSet>
      <packingList>
        <packingListQty>1</packingListQty>
        <packingListName>	电脑</packingListName>
      </packingList>
      <saleDate>2016-09-30</saleDate>
      <introduction>商家商品介绍</introduction>
      <itemCode>789123</itemCode>
    </addPublishcm>
  </sn_body>
</sn_request>

			
                                
                                
{
  "sn_request": {
    "sn_body": {
      "addPublishcm": {
        "targetChannel": "1",
        "supplierImg3Url": "1",
        "productCode": "102652866",
        "assortCode": "11111111",
        "mainPicVideoCode": "108625",
        "sellPoint": "卖点",
        "supplierImg2Url": "1",
        "supplierImg5Url": "1",
        "childItem": [
          {
            "price": "11",
            "supplierImg1Url": "1",
            "productCode": "104007723",
            "itemCode": "561"
          }
        ],
        "cmTitle": "11",
        "price": "5.00",
        "supplierImg1Url": "1",
        "videoCode": "108625",
        "supplierImg4Url": "1",
        "detailModule": [
          {
            "content": "模块化详情内容",
            "num": "1",
            "moduleId": "1",
            "moduleName": "1",
            "type": "cat_mod"
          }
        ],
        "saleSet": "1",
        "saleDate": "2016-09-30",
        "packingList": [
          {
            "packingListQty": "1",
            "packingListName": "\t电脑"
          }
        ],
        "introduction": "商家商品介绍",
        "itemCode": "789123"
      }
    }
  }
}
			
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              
<sn_responseContent>
  <sn_body>
    <addPublishcm>
      <applyTime>2016-01-01 00:00:00</applyTime>
      <applyCode>123</applyCode>
    </addPublishcm>
  </sn_body>
</sn_responseContent>

			
                              
                              
{
  "sn_responseContent": {
    "sn_body": {
      "addPublishcm": {
        "applyTime": "2016-01-01 00:00:00",
        "applyCode": "123"
      }
    }
  }
}
			
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

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