文档中心 > 超级品牌-CPFR样例文档

商品信息查询

更新时间:2019/07/15 访问次数:392

商品信息查询

ERP_SKU_GET

XML格式请求报文如下:

<request><ownerUserId>1014281128</ownerUserId><itemId>596476137492</itemId></request>

成功响应报文:

<response>
  <success>true</success>
  <itemId>596476137492</itemId>
  <itemCode>31032010001683</itemCode>
  <barCode>6936286921408</barCode>
  <title>Midea/美的 BD/BC-143KEM(E) 白色</title>
  <type>NORMAL</type>
  <category>20190001</category>
  <brandName>美的</brandName>
  <grossWeight>32000</grossWeight>
  <length>815</length>
  <width>600</width>
  <height>945</height>
  <isShelflife>false</isShelflife>
  <isSnMgt>false</isSnMgt>
  <isHygroscopic>false</isHygroscopic>
  <isDanger>false</isDanger>
  <tagPrice>0</tagPrice>
  <useYn>false</useYn>
  <isBatchMgt>false</isBatchMgt>
  <isAreaSale>true</isAreaSale>
  <isProduceCodeMgt>false</isProduceCodeMgt>
</response>

JSON格式请求报文如下:

{"ownerUserId": "1014281128","itemId": "596476137492"}

成功响应报文:

{"success":"true","itemId":"596476137492","itemCode":"31032010001683","barCode":"6936286921408","title":"Midea/美的 BD/BC-143KEM(E) 白色","type":"NORMAL","category":"20190001","brandName":"美的","grossWeight":"32000","length":"815","width":"600","height":"945","isShelflife":"false","isSnMgt":"false","isHygroscopic":"false","isDanger":"false","tagPrice":"0","useYn":"false","isBatchMgt":"false","isAreaSale":"true","isProduceCodeMgt":"false"}

FAQ

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