<?xml version="1.0"?>
<node>
	<product>
		<status>1</status>
		<category>Men,Women</category>
		<attribute_mapping_category>Men</attribute_mapping_category>
		<name>Virtual1</name>
		<description>Virtual1</description>
		<short_description>Virtual1</short_description>
		<sku>Virtual1</sku>
		<price>90</price>
    <special_price>70</special_price>
    <special_from_date>2015-05-03</special_from_date>
    <special_to_date>2016-05-03</special_to_date>
		<tax_class_id>None</tax_class_id>
		<is_in_stock>In Stock</is_in_stock>
		<stock>90</stock>
		<images>1.jpg,2.jpg</images>
    <meta_title>test title</meta_title>
    <meta_keyword>test keyword</meta_keyword>
    <meta_description>test description</meta_description>
		<color>Red</color>
		<manufacturer>Nike</manufacturer><!-- create a separate tag for each custom attribute -->
    <custom_option>[
  {
    "is_require": 1,
    "title": "Color",
    "type": "drop_down",
    "sort_order": 0,
    "sku": "co01",
    "values": [
 {"title":"cream", "price": 50,
        "price_type": "fixed","sku":"co011","sort_order": 5},{"title":"cream1", "price": 50,
        "price_type": "fixed","sku":"co012","sort_order": 5}  ]
  }, {
    "is_require": 1,
    "title": "Color2",
    "type": "drop_down",
    "sort_order": 0,
    "sku": "co02",
    "values": [
 {"title":"cream", "price": 50,
        "price_type": "fixed","sku":"co021","sort_order": 5},{"title":"cream1", "price": 50,
        "price_type": "fixed","sku":"co022","sort_order": 5}  ]
  }]</custom_option>
    <tier_price>
        [
  {
    "cust_group": "ALL GROUPS",
    "price_qty": "2",
    "price": "10"
  }, {
    "cust_group":"Wholesale" ,
    "price_qty": "10",
    "price": "40"
  }]
    </tier_price>
    <related_skus></related_skus>
    <crosssell_skus></crosssell_skus>
    <upsell_skus></upsell_skus>
    <seller_id></seller_id>
	</product>
</node>
