货品信息查询接口
taobao.qimen.singleitem.query
XML格式请求报文如下:
<request>
<ownerCode>98657452</ownerCode>
<itemCode>635241326</itemCode>
<itemId>635241326</itemId>
</request>
成功响应报文:
<response>
<flag></flag>
<code></code>
<message></message>
<item>
<itemCode>ceshi0066</itemCode>
<itemId>6352415622</itemId>
<goodsCode>6352415622</goodsCode>
<itemName>测试商品</itemName>
<shortName>测试</shortName>
<englishName>Add Goods</englishName>
<barCode>bar00098</barCode>
<skuProperty>红色, XXL</skuProperty>
<stockUnit>床</stockUnit>
<length>200</length>
<width>180</width>
<height>20</height>
<volume>30</volume>
<grossWeight>0.3</grossWeight>
<netWeight>0.25</netWeight>
<color>红色</color>
<size>200*180*20</size>
<title>席梦思</title>
<categoryId>122</categoryId>
<categoryName>床</categoryName>
<pricingCategory>11</pricingCategory>
<safetyStock>100</safetyStock>
<itemType>ZC</itemType>
<tagPrice>10</tagPrice>
<retailPrice>10</retailPrice>
<costPrice>10</costPrice>
<purchasePrice>10</purchasePrice>
<seasonCode>summer</seasonCode>
<seasonName>夏天</seasonName>
<brandCode>100</brandCode>
<brandName>鸟巢测试商品08</brandName>
<isSNMgmt>N</isSNMgmt>
<productDate>2015-08-10</productDate>
<expireDate>2015-08-10</expireDate>
<isShelfLifeMgmt>N</isShelfLifeMgmt>
<shelfLife>3</shelfLife>
<rejectLifecycle>4</rejectLifecycle>
<lockupLifecycle>5</lockupLifecycle>
<adventLifecycle>6</adventLifecycle>
<isBatchMgmt>3</isBatchMgmt>
<batchCode>20150506111111</batchCode>
<batchRemark>new</batchRemark>
<packCode>210938180</packCode>
<pcs>100</pcs>
<originAddress>上海</originAddress>
<approvalNumber>provf</approvalNumber>
<isFragile>N</isFragile>
<isHazardous>N</isHazardous>
<remark>好床</remark>
<createTime>2015-08-12 22:01:36</createTime>
<updateTime>2015-08-12 22:01:36</updateTime>
<isValid>N</isValid>
<isSku>N</isSku>
<isAreaSale>N</isAreaSale>
<packageMaterial>纸箱</packageMaterial>
<extendProps>
<key1>value1</key1>
<key2>value2</key2>
</extendProps>
</item>
</response>
失败响应报文:
<response>
<flag>failure</flag>
<code>02030004</code>
<message>货品不存在</message>
</response>
FAQ
关于此文档暂时还没有FAQ