使用API​​ Volusion进口产品 [英] Volusion import product using API

查看:149
本文介绍了使用API​​ Volusion进口产品的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经实现了使用XML导入的产品解决方案。 code为工作正常,但该类别未分配到产品。

下面是我的示例XML文件进口产品。

 <?XML版本=1.0编码=UTF-8&GT?;
<进出口GT;
   <产品>
      &所述;的ProductID> 360°; /的ProductID>
      <产品code> 0035< /产品code>
      < vendor_partno> 035< / vendor_partno>
      <&产品名称GT;<![CDATA [产品1]>< /产品名称>
      < listprice> 6.95 LT; / listprice>
      &所述; productSku,则大于2&下; / productSku,则>
      < vendor_price> 3.83< / vendor_price>
      &所述; stockstatus> 100℃/ stockstatus>
      < upc_ code> 99999< / upc_ code>
      < categoryids> 1814< / categoryids>
      < productdescriptionshort />
      <产品描述/>
      < productweight>&0.00 LT; / productweight>
      < freeshippingitem />
      < minqty />
      < maxqty />
   < /产品>
< /进出口GT;


解决方案

categoryids是一个虚拟列,而不是东西,你可以直接导入。

为了分配类别的产品或真正的产品类别,你会做以下这里显示的格式使用一个单独的进口...

http://support.volusion.com/article/product-management-categories-products-link-developer

I have implemented solution for import product using XML. Code is working fine but the category is not assigned to product.

Here is my sample XML file for import product.

<?xml version="1.0" encoding="UTF-8"?>
<Import>
   <Products>
      <ProductID>360</ProductID>
      <productcode>0035</productcode>
      <vendor_partno>035</vendor_partno>
      <productname><![CDATA[product 1]]></productname>
      <listprice>6.95</listprice>
      <productprice>2</productprice>
      <vendor_price>3.83</vendor_price>
      <stockstatus>100</stockstatus>
      <upc_code>99999</upc_code>
      <categoryids>1814</categoryids>
      <productdescriptionshort />
      <productdescription />
      <productweight>0.00</productweight>
      <freeshippingitem />
      <minqty />
      <maxqty />
   </Products>
</Import>

解决方案

categoryids is a "virtual column" and not something you can import directly.

In order to assign categories to products or really products to categories you would have to do a separate import following the format shown here...

http://support.volusion.com/article/product-management-categories-products-link-developer

这篇关于使用API​​ Volusion进口产品的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆