注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > 架海金梁业务样例文档

组合货品-创建

更新时间:2019/07/18 访问次数:277

商家通过 taobao.qimen.singleitem.synchronize 修改货品信息推送到菜鸟系统(itemType=ZH)

请求报文

<request>
  <actionType>add</actionType>
  <warehouseCode>OTHER</warehouseCode>
  <ownerCode>4542526</ownerCode>
  <item>
    <itemCode>6482602330048</itemCode>
    <itemId>564803073123</itemId>
    <goodsCode>64826023</goodsCode>
    <itemName>长款大衣</itemName>
    <shortName>长款大衣</shortName>
    <barCode>6482602348</barCode>
    <skuProperty>黄色,M</skuProperty>
    <color>黄色</color>
    <size>M</size>
    <categoryName>[26]长款大衣</categoryName>
    <categoryId>26</categoryId>
    <itemType>ZH</itemType>
    <tagPrice>1699.00</tagPrice>
    <retailPrice>1699.00</retailPrice>
    <costPrice>288.0000</costPrice>
    <seasonCode>4</seasonCode>
    <seasonName>[4]冬</seasonName>
    <brandCode>7</brandCode>
    <brandName>test(电商自购线下)</brandName>
    <createTime>2019-05-17 10:59:51</createTime>
    <isSku>Y</isSku>
  </item>
</request>

成功响应报文

<response>
  <flag>success</flag>
  <itemId>564803073123</itemId>
</response>

失败响应报文

<response>
  <flag>failure</flag>
  <code>0001122</code>
  <message>记录不存在</message>
</response>

FAQ

关于此文档暂时还没有FAQ
返回
顶部