m-thomson
4/30/2017 - 8:41 PM

All Import sample files.

All Import sample files.

Product Title,Price,Rootstock,Height,Description
Apple Tree,39 ,M12,36,Good tasting fruit.
Apple Tree,39 ,M40,36,
Apple Tree,39 ,M12,50,
Apple Tree,39 ,M40,50,
Orange Tree,53 ,A67,48,Bad tasting fruit.
Orange Tree,53 ,B78,48,
Orange Tree,70 ,A67,70,
Orange Tree,70 ,B78,70,
Product Title,Price,Weight,Quantity,Description
Wagyu Tenderloin Steak,,,,"The most decadent, succulent cut of beef, ever."
Wagyu Tenderloin Steak,55 ,6 oz,,
Wagyu Tenderloin Steak,65 ,9 oz,,
Wagyu Tenderloin Steak,79 ,12 oz,,
Lamb Chops,,,,These taste really good.
Lamb Chops,20 ,,3 chops,
Lamb Chops,40 ,,6 chops,
Lamb Chops,60 ,,9 chops,
Product Title,Group ID,Price,Size,Description
Coca Cola,1253,6 ,6 pack,Fizzy and tastes great.
Coca Cola,1253,10 ,12 pack,Fizzy and tastes great.
Coca Cola,1253,12 ,18 pack,Fizzy and tastes great.
Coca Cola,1253,99 ,300 can case,Fizzy and tastes great.
Sprite,19283,6 ,6 pack,Not as good as Coca Cola.
Sprite,19283,10 ,12 pack,Not as good as Coca Cola.
Sprite,19283,12 ,18 pack,Not as good as Coca Cola.
Sprite,19283,99 ,300 can case,Not as good as Coca Cola.
<?xml version="1.0" encoding="UTF-8"?>
<document>
   <product>
      <title>Soflyy T-Shirt</title>
      <sku>999-X</sku>
      <parent_sku />
      <price />
      <color />
      <description>This shirt is awesome.</description>
   </product>
   <product>
      <title>Soflyy T-Shirt (blue)</title>
      <sku>999-B</sku>
      <parent_sku>999-X</parent_sku>
      <price>15</price>
      <color>blue</color>
      <description />
   </product>
   <product>
      <title>Soflyy T-Shirt (red)</title>
      <sku>999-C</sku>
      <parent_sku>999-X</parent_sku>
      <price>15</price>
      <color>red</color>
      <description />
   </product>
   <product>
      <title>Soflyy Mug</title>
      <sku>777-X</sku>
      <parent_sku />
      <price />
      <color />
      <description>This mug is awesome.</description>
   </product>
   <product>
      <title>Soflyy Mug</title>
      <sku>777-O</sku>
      <parent_sku>777-X</parent_sku>
      <price>9</price>
      <color>orange</color>
      <description />
   </product>
   <product>
      <title>Soflyy Mug</title>
      <sku>777-Y</sku>
      <parent_sku>777-X</parent_sku>
      <price>9</price>
      <color>yellow</color>
      <description />
   </product>
</document>
Product Title,SKU,Parent SKU,Price,Color,Description
Soflyy T-Shirt,999-X,,,,This shirt is awesome.
Soflyy T-Shirt (blue),999-B,999-X,15 ,blue,
Soflyy T-Shirt (red),999-C,999-X,15 ,red,
Soflyy Mug,777-X,,,,This mug is awesome.
Soflyy Mug,777-O,777-X,9 ,orange,
Soflyy Mug,777-Y,777-X,9 ,yellow,