API接口目录

特卖业务

特卖商品API
特卖交易API
特卖库存API
异常码自查工具
suning.saleoff.publishcm.add 联营特卖发布已有接口
¥免费

联营特卖发布已有接口

公共参数
请求参数
名称 类型 是否必须 示例值 描述
afterSaleServiceDecStringN22商品售后服务内容
childItemStringN
itemCodeXStringN561子商品的商家商品编码。
priceXStringN11子商品挂牌价
productCodeXStringN104007723子商品的苏宁商品编码。
supplierImgAUrlStringNhttp://1.jpg子商品图片
cmTitleStringY商品标题商品标题
detailModuleStringN
contentStringN模块化详情内容模块化详情内容
moduleIdStringNR6151002_1模块ID
moduleNameStringN模块名称模块名称
numStringN1模块顺序
typeStringNcat_mod模块类型
introductionStringN商家商品介绍商家商品介绍
itemCodeStringN主商品商家商品编码。主商品商家商品编码。
ltpicStringYhttp://1.jpg联营特卖列表图片
packingListStringN
packingListNameStringN装箱清单名单装箱清单名单
packingListQtyStringN1装箱清单名单数量
priceStringY123挂牌价
productCodeStringY102652866苏宁商品编码
sellPointStringY卖点卖点
supplierImgUrlAStringNhttp://1.jpg商家商品图片地址1
supplierImgUrlBStringYhttp://1.jpg商家商品图片地址2
supplierImgUrlCStringYhttp://1.jpg商家商品图片地址3
supplierImgUrlDStringYhttp://1.jpg商家商品图片地址4
supplierImgUrlEStringYhttp://1.jpg商家商品图片地址5
videoCodeStringN108625商品视频编码
mainPicVideoCodeStringN108625主图视频编码
diaoPaiPicStringNhttp://1.jpg吊牌图Url
transparentStringN透明图URL透明图URL
响应参数
名称 类型 示例值 描述
applyCodeString123申请编码
applyTimeString2016-01-01 00:00:00申请时间
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
<sn_request>
  <sn_body>
    <addPublishcm>
      <supplierImgUrlB>http://1.jpg</supplierImgUrlB>
      <diaoPaiPic>http://1.jpg</diaoPaiPic>
      <supplierImgUrlC>http://1.jpg</supplierImgUrlC>
      <supplierImgUrlA>http://1.jpg</supplierImgUrlA>
      <afterSaleServiceDec>22</afterSaleServiceDec>
      <productCode>102652866</productCode>
      <supplierImgUrlD>http://1.jpg</supplierImgUrlD>
      <supplierImgUrlE>http://1.jpg</supplierImgUrlE>
      <mainPicVideoCode>108625</mainPicVideoCode>
      <sellPoint>卖点</sellPoint>
      <childItem>
        <supplierImgAUrl>http://1.jpg</supplierImgAUrl>
        <productCodeX>104007723</productCodeX>
        <priceX>11</priceX>
        <itemCodeX>561</itemCodeX>
      </childItem>
      <ltpic>http://1.jpg</ltpic>
      <cmTitle>商品标题</cmTitle>
      <price>123</price>
      <videoCode>108625</videoCode>
      <detailModule>
        <content>模块化详情内容</content>
        <num>1</num>
        <moduleId>R6151002_1</moduleId>
        <moduleName>模块名称</moduleName>
        <type>cat_mod</type>
      </detailModule>
      <packingList>
        <packingListQty>1</packingListQty>
        <packingListName>装箱清单名单</packingListName>
      </packingList>
      <transparent>透明图URL</transparent>
      <introduction>商家商品介绍</introduction>
      <itemCode>主商品商家商品编码。</itemCode>
    </addPublishcm>
  </sn_body>
</sn_request>

			
                                
                                
{
  "sn_request": {
    "sn_body": {
      "addPublishcm": {
        "supplierImgUrlB": "http://1.jpg",
        "diaoPaiPic": "http://1.jpg",
        "supplierImgUrlC": "http://1.jpg",
        "supplierImgUrlA": "http://1.jpg",
        "afterSaleServiceDec": "22",
        "productCode": "102652866",
        "supplierImgUrlD": "http://1.jpg",
        "supplierImgUrlE": "http://1.jpg",
        "mainPicVideoCode": "108625",
        "sellPoint": "卖点",
        "childItem": [
          {
            "supplierImgAUrl": "http://1.jpg",
            "priceX": "11",
            "productCodeX": "104007723",
            "itemCodeX": "561"
          }
        ],
        "ltpic": "http://1.jpg",
        "cmTitle": "商品标题",
        "price": "123",
        "videoCode": "108625",
        "detailModule": [
          {
            "content": "模块化详情内容",
            "num": "1",
            "moduleId": "R6151002_1",
            "moduleName": "模块名称",
            "type": "cat_mod"
          }
        ],
        "packingList": [
          {
            "packingListQty": "1",
            "packingListName": "装箱清单名单"
          }
        ],
        "transparent": "透明图URL",
        "introduction": "商家商品介绍",
        "itemCode": "主商品商家商品编码。"
      }
    }
  }
}
			
                                
响应示例
  • 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.saleoff.addpublishcm.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.mcmp 服务不可用 请联系苏宁技术人员
公共异常码
API工具
FAQ