Skip to content

Instantly share code, notes, and snippets.

@ndv
Last active July 28, 2021 18:14
Show Gist options
  • Save ndv/1206251 to your computer and use it in GitHub Desktop.
Save ndv/1206251 to your computer and use it in GitHub Desktop.
<!--
This is the default store template file which is used to create new stores. It contains all predefined settings and
products, and even demo orders and customers. Every bit of this template can be replaced when the store is
creating in an API call. The custom template passed in API call should have the same structure, but may only describe
some of the tags. Tags in the custom template replace the corresponding tags in the default template before it
gets applied to store creation. Tags that are missing from the custom template are taken from the default template.
Note that some tags are replaced, not merged, meaning that all the subtag structure is taken from the custom
template, if the custom template specifies the tag.
-->
<template>
<owner>
<storeConfiguration>
<categoryThumbnailSize>160</categoryThumbnailSize>
<currency>USD</currency>
<currencyPrefix>$</currencyPrefix>
<currencyRate>1.0</currencyRate>
<currencySuffix></currencySuffix>
<dateFormat>MMM d, yyyy</dateFormat>
<!-- unicode for a decimal separator -->
<decimalSeparator>46</decimalSeparator>
<forceRegistrationOnCheckout>false</forceRegistrationOnCheckout>
<!-- unicode for a group separator, 0 if absent -->
<groupSeparator>32</groupSeparator>
<hideBagIfEmpty>false</hideBagIfEmpty>
<hideUnavailableProducts>false</hideUnavailableProducts>
<openBagOnAddition>false</openBagOnAddition>
<askCompanyName>false</askCompanyName>
<productThumbnailSize>160</productThumbnailSize>
<requirePhoneOnCheckout>false</requirePhoneOnCheckout>
<!--
Specifies default zones settings, taxes and user-defined shipping methods.
This is an optional element in the API call. If presents, it replaces the the whole
default store settings.
-->
<shippingAndTaxSettings>
<newShippingSettings></newShippingSettings>
<shippingSettings></shippingSettings>
<taxSettings>
<!-- Contains a collection of <taxes> subtags, each for each tax configured in the store. -->
<!-- Example:
<taxes>
<id>A unique tax id, which may be used in products/product/taxes/taxes to specify per-product
taxes</id>
<name>The tax name, as displayed to customers</name>
<enabled>true</enabled> - pass 'false' to disable
<includeInPrice>'true' to include the tax to displayed product prices.
Product prices in the xml file do not include any taxes</includeInPrice>
<useShippingAddress>'true' to use shipping address when determining zone.
'false' to use billing address.</useShippingAddress>
<taxShipping>'true' if the taxable amount is (subtotal+shipping). 'false' if the taxable amount
is just subtotal.</taxShipping>
<appliedByDefault>'true' if this tax is applied to all products. 'false' if the tax is only applied
to some products, which is specified by the products/product/taxes tag in this xml.</appliedByDefault>
<rules> - contains per-zone rates. This tag may occur several times.
<zone>Zone id. Should match one of the zones/@id</zone>
<tax>Tax rate, in %, like '10.0'</tax>
</rules>
<defaultTax>The tax rate if none of zones match, in %, like '2.5'</defaultTax>
</taxes>
-->
</taxSettings>
<world id="WORLD"> <!-- this tag should always present -->
<name>The World</name>
</world>
<zones id="1">
<countryCodes>US</countryCodes>
<countryCodes>UM</countryCodes>
<countryCodes>VI</countryCodes>
<name>United States</name>
</zones>
<zones id="2">
<countryCodes>CA</countryCodes>
<countryCodes>US</countryCodes>
<countryCodes>UM</countryCodes>
<countryCodes>VI</countryCodes>
<name>US &amp; Canada</name>
</zones>
<zones id="3">
<countryCodes>AT</countryCodes>
<countryCodes>BE</countryCodes>
<countryCodes>BG</countryCodes>
<countryCodes>CY</countryCodes>
<countryCodes>CZ</countryCodes>
<countryCodes>DK</countryCodes>
<countryCodes>EE</countryCodes>
<countryCodes>FI</countryCodes>
<countryCodes>FR</countryCodes>
<countryCodes>DE</countryCodes>
<countryCodes>GR</countryCodes>
<countryCodes>HU</countryCodes>
<countryCodes>IE</countryCodes>
<countryCodes>IT</countryCodes>
<countryCodes>LV</countryCodes>
<countryCodes>LT</countryCodes>
<countryCodes>LU</countryCodes>
<countryCodes>MT</countryCodes>
<countryCodes>NL</countryCodes>
<countryCodes>PL</countryCodes>
<countryCodes>PT</countryCodes>
<countryCodes>RO</countryCodes>
<countryCodes>SK</countryCodes>
<countryCodes>SI</countryCodes>
<countryCodes>ES</countryCodes>
<countryCodes>SE</countryCodes>
<countryCodes>GB</countryCodes>
<name>Europe (EC)</name>
</zones>
</shippingAndTaxSettings>
<showTaxes>false</showTaxes>
<storeSameAsOffice>true</storeSameAsOffice>
<timeFormat>hh:mm a</timeFormat>
<weightUnit>POUND</weightUnit>
<fbCommentConfig>
<show>false</show>
<!-- the number of comments to show by default -->
<posts>2</posts>
<!-- the width of the plugin in pixels. -->
<width>500</width>
<!-- the color scheme for the plugin. Options: 'light', 'dark' -->
<theme>light</theme>
<appId></appId>
</fbCommentConfig>
<fbLikeButtonConfig>
<show>false</show>
<!-- specifies whether to include a Send button with the Like button -->
<sendButton>false</sendButton>
<!-- the verb to display on the button. Options: 'like', 'recommend' -->
<verb>like</verb>
<!-- the color scheme for the like button. Options: 'light', 'dark' -->
<theme>light</theme>
<!-- the font to display in the button. Options: 'arial', 'lucida grande', 'segoe ui', 'tahoma', 'trebuchet ms', 'verdana' -->
<font>arial</font>
<!-- whether to display the button in product details only or in product details and product list. Options: 'DETAILS', 'LIST_DETAILS' -->
<display>DETAILS</display>
</fbLikeButtonConfig>
<!--
The list of payment methods available in the store. This list cannot be changed in admin interface.
You can only change individual properties of each method in the UI.
This is an optional element in the API call. If presents, it replaces the default store settings.
-->
<paymentmethods>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Credit card</name>
<!--
Options: 'sagePayCC','payJunctionCC','suomenVerkkomaksutCC','beanStreamCC','twoCheckoutCC','authorizeNetCC',
'epath','NMICC'(Network Merchants),'HSBC','iPay','eSelectPlusCC','eWay','vcs' (Virtual Card Services),'multiSafepay','twoCheckoutECheck','authorizeNetECheck','paypalStandard','robokassa',
'iDEALMollie','payOnline','offline' (non-automated processing like Phone Order),'offlineCheck',
'offlinePurchaseOrder','demoAccept','demoDecline'
<processor>offline</processor>
-->
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Echeck</name>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>PayPal</name>
<processor>paypalStandard</processor>
<paypal>true</paypal>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Check</name>
<processor>offlineCheck</processor>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Business check</name>
<processor>offline</processor>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Fax order</name>
<processor>offline</processor>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Money order</name>
<processor>offline</processor>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Personal check</name>
<processor>offline</processor>
</paymentmethod>
<paymentmethod>
<enabled>true</enabled>
<instructions></instructions>
<name>Phone order</name>
<processor>offline</processor>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Purchase order</name>
<processor>offlinePurchaseOrder</processor>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions></instructions>
<name>Wire transfer</name>
<paymentInstructionsTitle>Our bank account details</paymentInstructionsTitle>
<processor>offline</processor>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<instructions>All payments are automatically accepted</instructions>
<name>DEMO PAYMENT</name>
<processor>demoAccept</processor>
</paymentmethod>
<paymentmethod>
<enabled>false</enabled>
<id>robokassa</id>
<instructions></instructions>
<name>Robokassa</name>
<processor>robokassa</processor>
</paymentmethod>
</paymentmethods>
</storeConfiguration>
<!-- enable any number of supported languages. The first one is the default.
By default, all languages are enabled -->
<!--
<enabledLanguages>en</enabledLanguages>
<enabledLanguages>es</enabledLanguages>
-->
<suspended>false</suspended>
<!-- Uncomment one or more entries you wish to enable by default.
To uncomment an entry, just remove <commented-out>/</commented-out> tags around it. -->
<paymentModulesConfiguration>
<configurations>
<commented-out>
<entry>
<!-- 'key' and 'value' tags are mandatory, as well as the 'xsi:type' attribute. -->
<!-- Google Checkout -->
<key>google</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="googleConfig">
<merchantId></merchantId>
<merchantKey></merchantKey>
<!-- Automatically charge order when:
Y - Full AVS match (address and postal code)
P - Partial AVS match (postal code only)
A - Partial AVS match (address only)
N - no AVS match
U - AVS not supported by issuer
-->
<allowAVSCodes>YPA</allowAVSCodes>
<!--
Automatically charge order when:
M - CVN match
N - No CVN match
U - CVN not available
E - CVN error
-->
<allowCVNCodes>M</allowCVNCodes>
<sandbox>false</sandbox>
</value>
</entry>
</commented-out>
<commented-out>
<entry>
<key>PayPalStandard</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="payPalStandardConfig">
<businessId></businessId>
<allowChangeAddress>false</allowChangeAddress>
<testMode>false</testMode>
</value>
</entry>
</commented-out>
<commented-out>
<entry>
<key>2Checkout.com</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="twoCheckoutConfig">
<sid></sid>
<secretWord></secretWord>
<sellerDisplayName></sellerDisplayName>
<convertToUSD>false</convertToUSD>
<demo>false</demo>
</value>
</entry>
</commented-out>
<commented-out>
<entry>
<!-- PayPal Express Checkout -->
<key>paypal</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="payPalConfig">
<apiUsername></apiUsername>
<apiPassword></apiPassword>
<signature></signature>
<subject>Name of the merchant on behalf of which api calls are made</subject>
<sandbox>false</sandbox>
</value>
</entry>
</commented-out>
<commented-out>
<entry>
<key>Authorize.Net</key>
<value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="authorizeNetConfig">
<loginId></loginId>
<transKey></transKey>
<MD5Hashvalue></MD5Hashvalue>
<emailReceipt>false</emailReceipt>
<testAccount>false</testAccount>
<testMode>false</testMode>
<!-- options: AUTH_ONLY, AUTH_CAPTURE -->
<transType>AUTH_CAPTURE</transType>
</value>
</entry>
</commented-out>
</configurations>
</paymentModulesConfiguration>
<!-- A list of enabled online payment processors. All processors are enabled by default. -->
<!-- A special value 'NONE' disables all online processors. -->
<!--
<enabledOnlineProcessor>sagePayCC</enabledOnlineProcessor>
<enabledOnlineProcessor>payJunctionCC</enabledOnlineProcessor>
<enabledOnlineProcessor>suomenVerkkomaksutCC</enabledOnlineProcessor>
<enabledOnlineProcessor>beanStreamCC</enabledOnlineProcessor>
<enabledOnlineProcessor>twoCheckoutCC</enabledOnlineProcessor>
<enabledOnlineProcessor>authorizeNetCC</enabledOnlineProcessor>
<enabledOnlineProcessor>epath</enabledOnlineProcessor>
<enabledOnlineProcessor>NMICC</enabledOnlineProcessor>
<enabledOnlineProcessor>HSBC</enabledOnlineProcessor>
<enabledOnlineProcessor>iPay</enabledOnlineProcessor>
<enabledOnlineProcessor>eSelectPlusCC</enabledOnlineProcessor>
<enabledOnlineProcessor>eWay</enabledOnlineProcessor>
<enabledOnlineProcessor>vcs</enabledOnlineProcessor>
<enabledOnlineProcessor>payFast</enabledOnlineProcessor>
<enabledOnlineProcessor>multiSafepay</enabledOnlineProcessor>
<enabledOnlineProcessor>twoCheckoutECheck</enabledOnlineProcessor>
<enabledOnlineProcessor>authorizeNetECheck</enabledOnlineProcessor>
<enabledOnlineProcessor>paypalStandard</enabledOnlineProcessor>
<enabledOnlineProcessor>paypalProHosted</enabledOnlineProcessor>
<enabledOnlineProcessor>paypalPayflowLink</enabledOnlineProcessor>
<enabledOnlineProcessor>paypalPayflowAdvanced</enabledOnlineProcessor>
<enabledOnlineProcessor>paypalExpressCheckout</enabledOnlineProcessor>
<enabledOnlineProcessor>robokassa</enabledOnlineProcessor>
<enabledOnlineProcessor>qiwi</enabledOnlineProcessor>
<enabledOnlineProcessor>iDEALMollie</enabledOnlineProcessor>
<enabledOnlineProcessor>payOnline</enabledOnlineProcessor>
-->
<terms></terms>
<themeSettings>
<!--
Possible values: Standard.css, Beige.css, Red.css (for standard themes)
Or: any customerTheme id matching the <id> subelement in one of the <customThemes> element.
-->
<activeThemeId>Standard.css</activeThemeId>
<!-- zero or more customThemes elements specify alternative css themes. Each customThemes element has the following schema:
<customThemes>
<id>customer theme unique id</id>
<displayName>customer themer display name, as shown in the Control Panel</displayName>
<css>Full css code of the customer theme. Do not include basic css style here,
only changed styles. Use CDATA to encode the CSS text in and XML file.</css>
</customThemes>
-->
</themeSettings>
<timezone>America/New_York</timezone>
<useCompanyAdminEmail>true</useCompanyAdminEmail>
<useCompanyEmail>true</useCompanyEmail>
</owner>
<!--
Demo categories that appear in a new store.
This is an optional element in the API call. If presents, it replaces the default store settings.
-->
<categories>
<category id="14015">
<name>Fruit</name>
<description></description>
<orderBy>10</orderBy>
<image>
<height>92</height>
<width>160</width>
<link>
<imageLink>
<url>/default-store/fruit.jpg</url>
</imageLink>
</link>
</image>
<children></children>
</category>
<category id="14009">
<name>Vegetables</name>
<orderBy>20</orderBy>
<image>
<height>127</height>
<width>160</width>
<link>
<imageLink>
<url>/default-store/vegetables.jpg</url>
</imageLink>
</link>
</image>
<children></children>
</category>
</categories>
<!--
Demo products that appear in a new store.
This is an optional element in the API call. If presents, it replaces the default store settings.
-->
<products>
<product id="15090">
<categories>
<ref>14015</ref>
</categories>
<description>&lt;h5&gt;Apple&lt;/h5&gt;
&lt;p&gt;The apple is the pomaceous fruit of the apple tree, species Malus domestica in the rose family Rosaceae. It is one of the most widely cultivated tree fruits. The tree is small and deciduous, reaching 3 to 12 metres (9.8 to 39 ft) tall, with a broad, often densely twiggy crown. The leaves are alternately arranged simple ovals 5 to 12 cm long and 3&amp;ndash;6 centimetres (1.2&amp;ndash;2.4 in) broad on a 2 to 5 centimetres (0.79 to 2.0 in) petiole with an acute tip, serrated margin and a slightly downy underside. Blossoms are produced in spring simultaneously with the budding of the leaves. The flowers are white with a pink tinge that gradually fades, five petaled, and 2.5 to 3.5 centimetres (0.98 to 1.4 in) in diameter. The fruit matures in autumn, and is typically 5 to 9 centimetres (2.0 to 3.5 in) diameter. The center of the fruit contains five carpels arranged in a five-point star, each carpel containing one to three seeds.&lt;/p&gt;
&lt;p&gt;The tree originated from Central Asia, where its wild ancestor is still found today. There are more than 7,500 known cultivars of apples resulting in a range of desired characteristics. Cultivars vary in their yield and the ultimate size of the tree, even when grown on the same rootstock.&lt;/p&gt;
&lt;p&gt;vAt least 55 million tonnes of apples were grown worldwide in 2005, with a value of about $10 billion. China produced about 35% of this total. The United States is the second leading producer, with more than 7.5% of the world production. Turkey, France, Italy, and Iran are also among the leading apple exporters.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files>
<!-- This section may contain several <file> tags. Following is the layout of each <file> tag:
<file>
<name>Downloadable file name</name>
<orderBy>Integer number that specifies ordering in the file list</orderBy>
<size>Integer number that specifies the size of the file in bytes. Only used when the url does not return the Content-Length header.
The Content-Length header replaces this value.</size>
<url>http(s) url of the file</url>
</file>
-->
</files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>476</height>
<width>500</width>
<link>
<imageLink>
<url>/default-store/00000.jpg</url>
<thumbnailLinks>
<height>152</height><width>160</width>
<url>/default-store/00000-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>76</height><width>80</width>
<url>/default-store/00000-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Apple</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Green</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Yellow</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Yellow</text>
</defaultValue>
<optionText>Color</optionText>
<optionType>RADIO</optionType>
</list>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>1.99</price>
<listPrice>1.99</listPrice>
<quantity>0</quantity>
<sku>00000</sku>
<tangible>true</tangible>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<warningLimit>0</warningLimit>
<demo>true</demo>
<weight>0.32</weight>
</product>
<product id="16281">
<addedTime>1248355357716</addedTime>
<categories>
<ref>14009</ref>
</categories>
<description>&lt;h5&gt;Radish&lt;/h5&gt;
&lt;p&gt;The radish (Raphanus sativus) is an edible root vegetable of the Brassicaceae family that was domesticated in Europe in pre-Roman times. They are grown and consumed throughout the world. Radishes have numerous varieties, varying in size, color and duration of required cultivation time. There are some radishes that are grown for their seeds; oilseed radishes are grown, as the name implies, for oil production.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files></files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>449</height>
<width>480</width>
<link>
<imageLink>
<url>/default-store/00007.jpg</url>
<thumbnailLinks>
<height>150</height><width>160</width>
<url>/default-store/00007-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>75</height><width>80</width>
<url>/default-store/00007-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Radish</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>1.15</price>
<listPrice>1.15</listPrice>
<quantity>0</quantity>
<sku>00007</sku>
<tangible>true</tangible>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<warningLimit>0</warningLimit>
<demo>true</demo>
<weight>0.31</weight>
</product>
<product id="16280">
<addedTime>1248355146275</addedTime>
<categories>
<ref>14009</ref>
</categories>
<description>&lt;h5&gt;Pea&lt;/h5&gt;
&lt;p&gt;A pea is most commonly the small spherical seed or the seed-pod of the legume Pisum sativum. Each pod contains several peas. Although it is botanically a fruit, it is treated as a vegetable in cooking. The name is also used to describe other edible seeds from the Fabaceae such as the pigeon pea (Cajanus cajan), the cowpea (Vigna unguiculata), and the seeds from several species of Lathyrus.&lt;/p&gt;
&lt;p&gt;P. sativum is an annual plant, with a life cycle of one year. It is a cool season crop grown in many parts of the world; planting can take place from winter through to early summer depending on location. The average pea weighs between 0.1 and 0.36 grams. The species is used as a vegetable - fresh, frozen or canned, and is also grown to produce dry peas like the split pea. These varieties are typically called field peas.&lt;/p&gt;
&lt;p&gt;The wild pea is restricted to the Mediterranean basin and the Near East. The earliest archaeological finds of peas come from Neolithic Syria, Turkey and Jordan. In Egypt, early finds come from c. 4800&amp;ndash;4400 BC in the delta area, and from c. 3800&amp;ndash;3600 BC in Upper Egypt. The pea was also present in 5th millennium BC Georgia. Further east, the finds are younger. Pea remains were retrieved from Afghanistan c. 2000 BC. They were present in 2250&amp;ndash;1750 BC Harappa Pakistan and north-west India, from the older phases of this culture onward. In the second half of the 2nd millennium BC this pulse crop appears in the Gangetic basin and southern India.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files></files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>320</height>
<width>480</width>
<link>
<imageLink>
<url>/default-store/00006.jpg</url>
<thumbnailLinks>
<height>107</height><width>160</width>
<url>/default-store/00006-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>53</height><width>80</width>
<url>/default-store/00006-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Pea</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>3.45</price>
<listPrice>3.45</listPrice>
<quantity>0</quantity>
<sku>00006</sku>
<tangible>true</tangible>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<warningLimit>0</warningLimit>
<demo>true</demo>
<weight>0.55</weight>
</product>
<product id="16282">
<addedTime>1248356639874</addedTime>
<categories>
<ref>14009</ref>
</categories>
<description>&lt;h5&gt;Cucumber&lt;/h5&gt;
&lt;p&gt;The cucumber (Cucumis sativus) is a widely cultivated plant in the gourd family Cucurbitaceae, which includes squash, and in the same genus as the muskmelon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files></files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>381</height>
<width>480</width>
<link>
<imageLink>
<url>/default-store/00008.jpg</url>
<thumbnailLinks>
<height>127</height><width>160</width>
<url>/default-store/00008-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>64</height><width>80</width>
<url>/default-store/00008-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Cucumber</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>1.12</price>
<listPrice>1.12</listPrice>
<quantity>0</quantity>
<sku>00008</sku>
<tangible>true</tangible>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<warningLimit>0</warningLimit>
<demo>true</demo>
<weight>0.35</weight>
</product>
<product id="15121">
<categories>
<ref>14015</ref>
</categories>
<description>&lt;h5&gt;Cherry&lt;/h5&gt;
&lt;p&gt;The word cherry refers to a fleshy fruit (drupe) that contains a single stony seed. The cherry belongs to the family Rosaceae, genus Prunus, along with almonds, peaches, plums, apricots and bird cherries. The subgenus, Cerasus, is distinguished by having the flowers in small corymbs of several together (not singly, nor in racemes), and by having a smooth fruit with only a weak groove or none along one side. The subgenus is native to the temperate regions of the Northern Hemisphere, with two species in America, three in Europe, and the remainder in Asia.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files></files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>461</height>
<width>480</width>
<link>
<imageLink>
<url>/default-store/00004.jpg</url>
<thumbnailLinks>
<height>154</height><width>160</width>
<url>/default-store/00004-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>77</height><width>80</width>
<url>/default-store/00004-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Cherry</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>5.99</price>
<listPrice>5.99</listPrice>
<quantity>2000</quantity>
<sku>00004</sku>
<tangible>true</tangible>
<taxes>
<taxes>
</taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<warningLimit>50</warningLimit>
<demo>true</demo>
<weight>0.32</weight>
</product>
<product id="15123">
<addedTime>1246706743209</addedTime>
<categories>
<ref>14015</ref>
</categories>
<description>&lt;h5&gt;Garden strawberry&lt;/h5&gt;
&lt;p&gt;Garden strawberries are a common variety of strawberry cultivated worldwide. Like other species of Fragaria (strawberries), it belongs to the family Rosaceae. Technically, it is not a fruit but a false fruit, meaning the fleshy part is derived not from the plant's ovaries (achenes) but from the peg at the bottom of the bowl-shaped hypanthium that holds the ovaries.&lt;/p&gt;
&lt;p&gt;The Garden Strawberry was first bred in Brittany, France in 1740 via a cross of Fragaria virginiana from eastern North America , which was noted for its flavor, and Fragaria chiloensis from Chile brought by Am&amp;eacute;d&amp;eacute;e-Fran&amp;ccedil;ois_Fr&amp;eacute;zier, which was noted for its large size.&lt;/p&gt;
&lt;p&gt;Cultivars of Fragaria &amp;times; ananassa have replaced, in commercial production, the Woodland Strawberry, which was the first strawberry species cultivated in the early 17th century.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files></files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>338</height>
<width>480</width>
<link>
<imageLink>
<url>/default-store/00005.jpg</url>
<thumbnailLinks>
<height>113</height><width>160</width>
<url>/default-store/00005-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>56</height><width>80</width>
<url>/default-store/00005-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Strawberry</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Garden</text>
</allowedValues>
<allowedValues>
<priceModifier>3.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Wild</text>
</allowedValues>
<defaultValue>
<priceModifier>3.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Wild</text>
</defaultValue>
<optionText>Choice</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>1.99</price>
<listPrice>1.99</listPrice>
<quantity>0</quantity>
<sku>00005</sku>
<tangible>true</tangible>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<warningLimit>0</warningLimit>
<demo>true</demo>
<weight>0.32</weight>
</product>
<product id="15068">
<categories>
<ref>14015</ref>
</categories>
<description>&lt;h5&gt;Orange&lt;/h5&gt;
&lt;p&gt;An orange&amp;mdash;specifically, the sweet orange&amp;mdash;is the citrus Citrus &amp;times;sinensis (syn. Citrus aurantium L. var. dulcis L., or Citrus aurantium Risso) and its fruit. The orange is a hybrid of ancient cultivated origin, possibly between pomelo (Citrus maxima) and tangerine (Citrus reticulata). It is a small flowering tree growing to about 10 m tall with evergreen leaves, which are arranged alternately, of ovate shape with crenulate margins and 4&amp;ndash;10 cm long. The orange fruit is a hesperidium, a type of berry.&lt;/p&gt;
&lt;p&gt;Oranges originated in Southeast Asia. The fruit of Citrus sinensis is called sweet orange to distinguish it from Citrus aurantium, the bitter orange. The name is thought to ultimately derive from the Dravidian and Telugu word for the orange tree, with its final form developing after passing through numerous intermediate languages.&lt;/p&gt;
&lt;p&gt;In a number of languages, it is known as a "Chinese apple" (e.g. Dutch Sinaasappel, "China's apple", or "Apfelsine" in German).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files></files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>480</height>
<width>480</width>
<link>
<imageLink>
<url>/default-store/00003.jpg</url>
<thumbnailLinks>
<height>160</height><width>160</width>
<url>/default-store/00003-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>80</height><width>80</width>
<url>/default-store/00003-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Orange</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>2.99</price>
<listPrice>2.99</listPrice>
<quantity>0</quantity>
<sku>00003</sku>
<tangible>true</tangible>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<warningLimit>0</warningLimit>
<demo>true</demo>
<weight>0.32</weight>
</product>
<product id="15091">
<addedTime>1246705043561</addedTime>
<categories>
<ref>14015</ref>
</categories>
<description>&lt;h5&gt;Peach&lt;/h5&gt;
&lt;p&gt;The peach (Prunus persica) is known as a species of Prunus native to China that bears an edible juicy fruit also called a peach. It is a deciduous tree growing to 5&amp;ndash;10 m tall, belonging to the subfamily Prunoideae of the family Rosaceae. It is classified with the almond in the subgenus Amygdalus within the genus Prunus, distinguished from the other subgenera by the corrugated seed shell.&lt;/p&gt;
&lt;p&gt;The leaves are lanceolate, 7&amp;ndash;15 cm long (3&amp;ndash;6 in), 2&amp;ndash;3 cm broad, pinnately veined. The flowers are produced in early spring before the leaves; they are solitary or paired, 2.5&amp;ndash;3 cm diameter, pink, with five petals. The fruit has yellow or whitish flesh, a delicate aroma, and a skin that is either velvety (peaches) or smooth (nectarines) in different cultivars. The flesh is very delicate and easily bruised in some cultivars, but is fairly firm in some commercial varieties, especially when green. The single, large seed is red-brown, oval shaped, approximately 1.3&amp;ndash;2 cm long, and is surrounded by a wood-like husk. Peaches, along with cherries, plums and apricots, are stone fruits (drupes). The tree is small, and up to 15 ft tall.&lt;/p&gt;
&lt;p&gt;The scientific name persica, along with the word "peach" itself and its cognates in many European languages, derives from an early European belief that peaches were native to Persia (now Iran). The modern botanical consensus is that they originate in China, and were introduced to Persia and the Mediterranean region along the Silk Road before Christian times.[1] Cultivated peaches are divided into clingstones and freestones, depending on whether the flesh sticks to the stone or not; both can have either white or yellow flesh. Peaches with white flesh typically are very sweet with little acidity, while yellow-fleshed peaches typically have an acidic tang coupled with sweetness, though this also varies greatly. Both colours often have some red on their skin. Low-acid white-fleshed peaches are the most popular kinds in China, Japan, and neighbouring Asian countries, while Europeans and North Americans have historically favoured the acidic, yellow-fleshed kinds.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files></files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>480</height>
<width>480</width>
<link>
<imageLink>
<url>/default-store/00002.jpg</url>
<thumbnailLinks>
<height>160</height><width>160</width>
<url>/default-store/00002-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>80</height><width>80</width>
<url>/default-store/00002-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Peach</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>8.99</price>
<listPrice>8.99</listPrice>
<quantity>1000</quantity>
<sku>00002</sku>
<tangible>true</tangible>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<warningLimit>50</warningLimit>
<demo>true</demo>
<weight>0.32</weight>
</product>
<product id="15067">
<addedTime>1246698912382</addedTime>
<categories>
<ref>14015</ref>
</categories>
<description>&lt;h5&gt;Pear&lt;/h5&gt;
&lt;p&gt;The pear is an edible pomaceous fruit produced by a tree of genus Pyrus (pronounced /&#712;pa&#618;r&#601;s/). The pear is classified within Maloideae, a subfamily within Rosaceae. The apple (Malus &amp;times;domestica), which it resembles in floral structure, is also a member of this subfamily.&lt;/p&gt;
&lt;p&gt;The English word pear is probably from Common West Germanic *pera, probably a loanword of Vulgar Latin pira, the plural of pirum, akin to Greek api(r)os, which is likely of Semitic origin. The place name Perry can indicate the historical presence of pear trees. The term "pyriform" is sometimes used to describe something which is "pear-shaped".!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="padding: 24px 24px 24px 21px; display: block; background-color: #ececec;"&gt;From &lt;a style="color: #1e7ec8; text-decoration: underline;" title="Wikipedia" href="http://en.wikipedia.org"&gt;Wikipedia&lt;/a&gt;, the free encyclopedia&lt;/div&gt;</description>
<detailedImages></detailedImages>
<enabled>true</enabled>
<files></files>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<image>
<height>480</height>
<width>319</width>
<link>
<imageLink>
<url>/default-store/00001.jpg</url>
<thumbnailLinks>
<height>160</height><width>106</width>
<url>/default-store/00001-160.jpg</url>
</thumbnailLinks>
<thumbnailLinks>
<height>80</height><width>53</width>
<url>/default-store/00001-80.jpg</url>
</thumbnailLinks>
</imageLink>
</link>
</image>
<name>Pear</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>2.49</price>
<listPrice>2.49</listPrice>
<quantity>500</quantity>
<sku>00001</sku>
<tangible>true</tangible>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<warningLimit>0</warningLimit>
<demo>true</demo>
<weight>0.32</weight>
</product>
</products>
<!--
Demo customers that appear in a new store.
This is an optional element in the API call. If presents, it replaces the default store settings.
-->
<customers>
<customer id="10012">
<email>demo9@ecwid.com</email>
<password>12345</password>
<registered>1248339589206</registered>
<billingPerson>
<person>
<countryName></countryName>
<name>Mr. Grin [Sample]</name>
</person>
</billingPerson>
<!-- Customers may be connected to external systems like SSO and Facebook. The <map> tags
specify each such connection. Example:
<map>
<systemId>'facebook.com' for Facebook, 'SSO' for Single Sign On API</systemId>
<appId>123123123</appId>
<visitorId>234234234</visitorId>
</map>
-->
</customer>
<customer id="10013">
<email>demo@ecwid.com</email>
<password>12345</password>
<registered>1248339589212</registered>
<billingPerson>
<person>
<city>Akron</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Peter Pan [Sample]</name>
<phone>1-877-358-2669</phone>
<postalCode>14001</postalCode>
<stateOrProvinceCode>NY</stateOrProvinceCode>
<street>4 Clinton St</street>
</person>
</billingPerson>
</customer>
<customer id="10014">
<email>demo1@ecwid.com</email>
<password>12345</password>
<registered>1248339589219</registered>
<billingPerson>
<person>
<city>Washington</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Wendy Darling [Sample]</name>
<phone>1-571-527-1011</phone>
<postalCode>20024</postalCode>
<stateOrProvinceCode>DC</stateOrProvinceCode>
<street>425 3rd St SW</street>
</person>
</billingPerson>
</customer>
<customer id="10015">
<email>demo2@ecwid.com</email>
<password>12345</password>
<registered>1248339589227</registered>
<billingPerson>
<person>
<city>Columbus</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>James Hook [Sample]</name>
<phone>614-287-2427</phone>
<postalCode>43224</postalCode>
<stateOrProvinceCode>OH</stateOrProvinceCode>
<street>4345 Cleveland Ave</street>
</person>
</billingPerson>
</customer>
<customer id="10016">
<email>demo3@ecwid.com</email>
<password>12345</password>
<registered>1248339589234</registered>
<billingPerson>
<person>
<city>Xenia</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Tinker Bell [Sample]</name>
<phone>937-376-9302</phone>
<postalCode>45385</postalCode>
<stateOrProvinceCode>OH</stateOrProvinceCode>
<street>356 Home Ave</street>
</person>
</billingPerson>
</customer>
<customer id="10017">
<email>demo4@ecwid.com</email>
<password>12345</password>
<registered>1248339589244</registered>
<billingPerson>
<person>
<city>Bridgeton</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>John Darling [Sample]</name>
<phone>314-209-0075</phone>
<postalCode>63044</postalCode>
<stateOrProvinceCode>MO</stateOrProvinceCode>
<street>12840 Pennridge Dr</street>
</person>
</billingPerson>
</customer>
<customer id="10018">
<email>demo5@ecwid.com</email>
<password>12345</password>
<registered>1248339589251</registered>
<billingPerson>
<person>
<city>Saint Louis</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Michael Darling [Sample]</name>
<phone>314-968-5373</phone>
<postalCode>63119</postalCode>
<stateOrProvinceCode>MO</stateOrProvinceCode>
<street>331 W Thornton Ave</street>
</person>
</billingPerson>
</customer>
<customer id="10019">
<email>demo6@ecwid.com</email>
<password>12345</password>
<registered>1248339589258</registered>
<billingPerson>
<person>
<city>Oakland</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Tiger Lily [Sample]</name>
<phone>510-530-2306</phone>
<postalCode>94601</postalCode>
<stateOrProvinceCode>CA</stateOrProvinceCode>
<street>2849 Regatta Dr</street>
</person>
</billingPerson>
</customer>
<customer id="10020">
<email>demo7@ecwid.com</email>
<password>12345</password>
<registered>1248339589266</registered>
<billingPerson>
<person>
<city>Galax</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>William Slank [Sample]</name>
<phone>276-236-8991</phone>
<postalCode>24333</postalCode>
<stateOrProvinceCode>VA</stateOrProvinceCode>
<street>128 Wilson Ave</street>
</person>
</billingPerson>
</customer>
<customer id="10021">
<email>demo8@ecwid.com</email>
<password>12345</password>
<registered>1248339589273</registered>
<billingPerson>
<person>
<city>LA Grange</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Moira Banning [Sample]</name>
<phone>708-352-9900</phone>
<postalCode>60525</postalCode>
<stateOrProvinceCode>IL</stateOrProvinceCode>
<street>330 Washington Ave</street>
</person>
</billingPerson>
</customer>
</customers>
<!--
Demo orders that appear in a new store.
This is an optional element in the API call. If presents, it replaces the default store settings.
-->
<orders>
<order>
<email>demo@ecwid.com</email>
<fulfillmentStatus>NEW</fulfillmentStatus>
<items>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Pea</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>3.45</price>
<productId>16280</productId>
<productPrice>3.45</productPrice>
<productSku>00006</productSku>
<productWeight>0.55</productWeight>
<quantity>1</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map></map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00006</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.55</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Orange</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>2.99</price>
<productId>15068</productId>
<productPrice>2.99</productPrice>
<productSku>00003</productSku>
<productWeight>0.32</productWeight>
<quantity>1</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00003</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.32</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Apple</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Green</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Yellow</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Green</text>
</defaultValue>
<optionText>Color</optionText>
<optionType>RADIO</optionType>
</list>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>1.99</price>
<productId>15090</productId>
<productPrice>1.99</productPrice>
<productSku>00000</productSku>
<productWeight>0.32</productWeight>
<quantity>1</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Color</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</value>
</entry>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00000</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.32</weight>
</item>
</items>
<orderNumber>1</orderNumber>
<vendorOrderNumber>SAMPLE-1</vendorOrderNumber>
<paymentMethod>Phone order</paymentMethod>
<paymentStatus>QUEUED</paymentStatus>
<shippingOption>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;java version="1.6.0_14" class="java.beans.XMLDecoder"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingOption"&gt;
&lt;void property="estimatedTransitTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="rule"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingRule"&gt;
&lt;void property="deliveryTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="zone"&gt;
&lt;object class="ru.cdev.xnext.client.order.TheWorld"/&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/void&gt;
&lt;void property="shippingCarrierName"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="shippingMethodName"&gt;
&lt;string&gt;Free shipping&lt;/string&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/java&gt;
</shippingOption>
<subtotal>8.43</subtotal>
<tax>0.0</tax>
<ticket>-349175667</ticket>
<timestamp>1253865590452</timestamp>
<total>8.43</total>
<shippingPerson>
<person>
<city>Buffalo</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Peter Pan [Sample]</name>
<phone>1-877-358-2669</phone>
<postalCode>14202</postalCode>
<stateOrProvinceCode>NY</stateOrProvinceCode>
<street>17 Court St</street>
</person>
</shippingPerson>
<billingPerson>
<person>
<city>Buffalo</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Peter Pan [Sample]</name>
<phone>1-877-358-2669</phone>
<postalCode>14202</postalCode>
<stateOrProvinceCode>NY</stateOrProvinceCode>
<street>17 Court St</street>
</person>
</billingPerson>
</order>
<order>
<email>demo1@ecwid.com</email>
<fulfillmentStatus>NEW</fulfillmentStatus>
<items>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Peach</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>8.99</price>
<productId>15091</productId>
<productPrice>8.99</productPrice>
<productSku>00002</productSku>
<productWeight>0.32</productWeight>
<quantity>1</quantity>
<quantityInStock>1000</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00002</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<weight>0.32</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Strawberry</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Garden</text>
</allowedValues>
<allowedValues>
<priceModifier>3.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Wild</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Garden</text>
</defaultValue>
<optionText>Choice</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>1.99</price>
<productId>15123</productId>
<productPrice>1.99</productPrice>
<productSku>00005</productSku>
<productWeight>0.32</productWeight>
<quantity>5</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Choice</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Garden</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00005</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.32</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Cherry</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Yellow</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>5.99</price>
<productId>15121</productId>
<productPrice>5.99</productPrice>
<productSku>00004</productSku>
<productWeight>0.32</productWeight>
<quantity>3</quantity>
<quantityInStock>2000</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00004</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<weight>0.32</weight>
</item>
</items>
<orderNumber>2</orderNumber>
<vendorOrderNumber>SAMPLE-2</vendorOrderNumber>
<paymentMethod>Phone order</paymentMethod>
<paymentStatus>QUEUED</paymentStatus>
<shippingOption>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;java version="1.6.0_14" class="java.beans.XMLDecoder"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingOption"&gt;
&lt;void property="estimatedTransitTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="rule"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingRule"&gt;
&lt;void property="deliveryTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="zone"&gt;
&lt;object class="ru.cdev.xnext.client.order.TheWorld"/&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/void&gt;
&lt;void property="shippingCarrierName"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="shippingMethodName"&gt;
&lt;string&gt;Free shipping&lt;/string&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/java&gt;
</shippingOption>
<subtotal>36.91</subtotal>
<tax>0.0</tax>
<ticket>-717388610</ticket>
<timestamp>1253865687312</timestamp>
<total>36.91</total>
<shippingPerson>
<person>
<city>Washington</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Wendy Darling [Sample]</name>
<phone>1-571-527-1011</phone>
<postalCode>20024</postalCode>
<stateOrProvinceCode>DC</stateOrProvinceCode>
<street>425 3rd St SW</street>
</person>
</shippingPerson>
<billingPerson>
<person>
<city>Washington</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Wendy Darling [Sample]</name>
<phone>1-571-527-1011</phone>
<postalCode>20024</postalCode>
<stateOrProvinceCode>DC</stateOrProvinceCode>
<street>425 3rd St SW</street>
</person>
</billingPerson>
</order>
<order>
<customerId>10015</customerId>
<email>demo2@ecwid.com</email>
<fulfillmentStatus>NEW</fulfillmentStatus>
<items>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Radish</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>1.1500000000000001</price>
<productId>16281</productId>
<productPrice>1.15</productPrice>
<productSku>00007</productSku>
<productWeight>0.31</productWeight>
<quantity>1</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map></map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00007</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.31</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Pea</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>3.45</price>
<productId>16280</productId>
<productPrice>3.45</productPrice>
<productSku>00006</productSku>
<productWeight>0.55</productWeight>
<quantity>4</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map></map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00006</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.55</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Cucumber</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>1.12</price>
<productId>16282</productId>
<productPrice>1.12</productPrice>
<productSku>00008</productSku>
<productWeight>0.35</productWeight>
<quantity>1</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map></map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00008</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.35</weight>
</item>
</items>
<orderNumber>3</orderNumber>
<vendorOrderNumber>SAMPLE-3</vendorOrderNumber>
<paymentMethod>Phone order</paymentMethod>
<paymentStatus>QUEUED</paymentStatus>
<shippingOption>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;java version="1.6.0_14" class="java.beans.XMLDecoder"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingOption"&gt;
&lt;void property="estimatedTransitTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="rule"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingRule"&gt;
&lt;void property="deliveryTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="zone"&gt;
&lt;object class="ru.cdev.xnext.client.order.TheWorld"/&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/void&gt;
&lt;void property="shippingCarrierName"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="shippingMethodName"&gt;
&lt;string&gt;Free shipping&lt;/string&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/java&gt;
</shippingOption>
<subtotal>16.07</subtotal>
<tax>0.0</tax>
<ticket>-773938939</ticket>
<timestamp>1253865748980</timestamp>
<total>16.07</total>
<shippingPerson>
<person>
<city>Columbus</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>James Hook [Sample]</name>
<phone>614-287-2427</phone>
<postalCode>43224</postalCode>
<stateOrProvinceCode>OH</stateOrProvinceCode>
<street>4345 Cleveland Ave</street>
</person>
</shippingPerson>
<billingPerson>
<person>
<city>Columbus</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>James Hook [Sample]</name>
<phone>614-287-2427</phone>
<postalCode>43224</postalCode>
<stateOrProvinceCode>OH</stateOrProvinceCode>
<street>4345 Cleveland Ave</street>
</person>
</billingPerson>
</order>
<order>
<customerId>10016</customerId>
<email>demo3@ecwid.com</email>
<fulfillmentStatus>NEW</fulfillmentStatus>
<items>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Orange</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>2.99</price>
<productId>15068</productId>
<productPrice>2.99</productPrice>
<productSku>00003</productSku>
<productWeight>0.32</productWeight>
<quantity>3</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00003</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.32</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Peach</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>8.99</price>
<productId>15091</productId>
<productPrice>8.99</productPrice>
<productSku>00002</productSku>
<productWeight>0.32</productWeight>
<quantity>2</quantity>
<quantityInStock>1000</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00002</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<weight>0.32</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Pear</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>2.49</price>
<productId>15067</productId>
<productPrice>2.49</productPrice>
<productSku>00001</productSku>
<productWeight>0.32</productWeight>
<quantity>1</quantity>
<quantityInStock>500</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00001</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<weight>0.32</weight>
</item>
</items>
<orderNumber>4</orderNumber>
<vendorOrderNumber>SAMPLE-4</vendorOrderNumber>
<paymentMethod>Phone order</paymentMethod>
<paymentStatus>QUEUED</paymentStatus>
<shippingOption>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;java version="1.6.0_14" class="java.beans.XMLDecoder"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingOption"&gt;
&lt;void property="estimatedTransitTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="rule"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingRule"&gt;
&lt;void property="deliveryTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="zone"&gt;
&lt;object class="ru.cdev.xnext.client.order.TheWorld"/&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/void&gt;
&lt;void property="shippingCarrierName"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="shippingMethodName"&gt;
&lt;string&gt;Free shipping&lt;/string&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/java&gt;
</shippingOption>
<subtotal>29.439999999999998</subtotal>
<tax>0.0</tax>
<ticket>-1517694188</ticket>
<timestamp>1253865830724</timestamp>
<total>29.439999999999998</total>
<shippingPerson>
<person>
<city>Xenia</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Tinker Bell [Sample]</name>
<phone>937-376-9302</phone>
<postalCode>45385</postalCode>
<stateOrProvinceCode>OH</stateOrProvinceCode>
<street>356 Home Ave</street>
</person>
</shippingPerson>
<billingPerson>
<person>
<city>Xenia</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Tinker Bell [Sample]</name>
<phone>937-376-9302</phone>
<postalCode>45385</postalCode>
<stateOrProvinceCode>OH</stateOrProvinceCode>
<street>356 Home Ave</street>
</person>
</billingPerson>
</order>
<order>
<customerId>10017</customerId>
<email>demo4@ecwid.com</email>
<fulfillmentStatus>NEW</fulfillmentStatus>
<items>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Apple</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Green</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Yellow</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</defaultValue>
<optionText>Color</optionText>
<optionType>RADIO</optionType>
</list>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>1.99</price>
<productId>15090</productId>
<productPrice>1.99</productPrice>
<productSku>00000</productSku>
<productWeight>0.32</productWeight>
<quantity>2</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Color</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Green</text>
</value>
</entry>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00000</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.32</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Cherry</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Yellow</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>5.99</price>
<productId>15121</productId>
<productPrice>5.99</productPrice>
<productSku>00004</productSku>
<productWeight>0.32</productWeight>
<quantity>4</quantity>
<quantityInStock>2000</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Yellow</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00004</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<weight>0.32</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Strawberry</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Garden</text>
</allowedValues>
<allowedValues>
<priceModifier>3.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Wild</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Garden</text>
</defaultValue>
<optionText>Choice</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>4.99</price>
<productId>15123</productId>
<productPrice>1.99</productPrice>
<productSku>00005</productSku>
<productWeight>0.32</productWeight>
<quantity>1</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Choice</key>
<value>
<priceModifier>3.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Wild</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00005</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.32</weight>
</item>
</items>
<orderNumber>5</orderNumber>
<vendorOrderNumber>SAMPLE-5</vendorOrderNumber>
<paymentMethod>Phone order</paymentMethod>
<paymentStatus>QUEUED</paymentStatus>
<shippingOption>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;java version="1.6.0_14" class="java.beans.XMLDecoder"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingOption"&gt;
&lt;void property="estimatedTransitTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="rule"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingRule"&gt;
&lt;void property="deliveryTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="zone"&gt;
&lt;object class="ru.cdev.xnext.client.order.TheWorld"/&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/void&gt;
&lt;void property="shippingCarrierName"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="shippingMethodName"&gt;
&lt;string&gt;Free shipping&lt;/string&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/java&gt;
</shippingOption>
<subtotal>32.93</subtotal>
<tax>0.0</tax>
<ticket>1469360620</ticket>
<timestamp>1253865911209</timestamp>
<total>32.93</total>
<shippingPerson>
<person>
<city>Bridgeton</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>John Darling [Sample]</name>
<phone>314-209-0075</phone>
<postalCode>63044</postalCode>
<stateOrProvinceCode>MO</stateOrProvinceCode>
<street>12840 Pennridge Dr</street>
</person>
</shippingPerson>
<billingPerson>
<person>
<city>Bridgeton</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>John Darling [Sample]</name>
<phone>314-209-0075</phone>
<postalCode>63044</postalCode>
<stateOrProvinceCode>MO</stateOrProvinceCode>
<street>12840 Pennridge Dr</street>
</person>
</billingPerson>
</order>
<order>
<email>demo1@ecwid.com</email>
<fulfillmentStatus>NEW</fulfillmentStatus>
<items>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Pea</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>3.45</price>
<productId>16280</productId>
<productPrice>3.45</productPrice>
<productSku>00006</productSku>
<productWeight>0.55</productWeight>
<quantity>4</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map></map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00006</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.55</weight>
</item>
</items>
<orderNumber>6</orderNumber>
<vendorOrderNumber>SAMPLE-6</vendorOrderNumber>
<paymentMethod>Phone order</paymentMethod>
<paymentStatus>QUEUED</paymentStatus>
<shippingOption>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;java version="1.6.0_14" class="java.beans.XMLDecoder"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingOption"&gt;
&lt;void property="estimatedTransitTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="rule"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingRule"&gt;
&lt;void property="deliveryTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="zone"&gt;
&lt;object class="ru.cdev.xnext.client.order.TheWorld"/&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/void&gt;
&lt;void property="shippingCarrierName"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="shippingMethodName"&gt;
&lt;string&gt;Free shipping&lt;/string&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/java&gt;
</shippingOption>
<subtotal>13.8</subtotal>
<tax>0.0</tax>
<ticket>-223586943</ticket>
<timestamp>1253866247249</timestamp>
<total>13.8</total>
<shippingPerson>
<person>
<city>Washington</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Wendy Darling [Sample]</name>
<phone>1-571-527-1011</phone>
<postalCode>20024</postalCode>
<stateOrProvinceCode>DC</stateOrProvinceCode>
<street>425 3rd St SW</street>
</person>
</shippingPerson>
<billingPerson>
<person>
<city>Washington</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Wendy Darling [Sample]</name>
<phone>1-571-527-1011</phone>
<postalCode>20024</postalCode>
<stateOrProvinceCode>DC</stateOrProvinceCode>
<street>425 3rd St SW</street>
</person>
</billingPerson>
</order>
<order>
<customerId>10018</customerId>
<email>demo5@ecwid.com</email>
<fulfillmentStatus>NEW</fulfillmentStatus>
<items>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Radish</name>
<optionClasses>
<optionclasses></optionclasses>
</optionClasses>
<price>1.1500000000000001</price>
<productId>16281</productId>
<productPrice>1.15</productPrice>
<productSku>00007</productSku>
<productWeight>0.31</productWeight>
<quantity>2</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map></map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00007</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.31</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Apple</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Green</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Yellow</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</defaultValue>
<optionText>Color</optionText>
<optionType>RADIO</optionType>
</list>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>1.99</price>
<productId>15090</productId>
<productPrice>1.99</productPrice>
<productSku>00000</productSku>
<productWeight>0.32</productWeight>
<quantity>2</quantity>
<quantityInStock>0</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Color</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Red</text>
</value>
</entry>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00000</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>false</trackQuantity>
<weight>0.32</weight>
</item>
<item>
<fixedShippingRate>0.0</fixedShippingRate>
<fixedShippingRateOnly>false</fixedShippingRateOnly>
<name>Peach</name>
<optionClasses>
<optionclasses>
<list>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Medium</text>
</allowedValues>
<allowedValues>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Big</text>
</allowedValues>
<defaultValue>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</defaultValue>
<optionText>Size</optionText>
<optionType>RADIO</optionType>
</list>
</optionclasses>
</optionClasses>
<price>8.99</price>
<productId>15091</productId>
<productPrice>8.99</productPrice>
<productSku>00002</productSku>
<productWeight>0.32</productWeight>
<quantity>2</quantity>
<quantityInStock>1000</quantityInStock>
<selectedOptions>
<selectedoptions>
<map>
<entry>
<key>Size</key>
<value>
<priceModifier>0.0</priceModifier>
<priceModifierType>ABSOLUTE</priceModifierType>
<text>Small</text>
</value>
</entry>
</map>
</selectedoptions>
</selectedOptions>
<shipping>0.0</shipping>
<sku>00002</sku>
<tangible>true</tangible>
<tax>0.0</tax>
<taxes>
<taxes></taxes>
</taxes>
<trackQuantity>true</trackQuantity>
<weight>0.32</weight>
</item>
</items>
<orderNumber>7</orderNumber>
<vendorOrderNumber>SAMPLE-7</vendorOrderNumber>
<paymentMethod>Phone order</paymentMethod>
<paymentStatus>QUEUED</paymentStatus>
<shippingOption>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;java version="1.6.0_14" class="java.beans.XMLDecoder"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingOption"&gt;
&lt;void property="estimatedTransitTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="rule"&gt;
&lt;object class="ru.cdev.xnext.client.order.ShippingRule"&gt;
&lt;void property="deliveryTime"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="zone"&gt;
&lt;object class="ru.cdev.xnext.client.order.TheWorld"/&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/void&gt;
&lt;void property="shippingCarrierName"&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/void&gt;
&lt;void property="shippingMethodName"&gt;
&lt;string&gt;Free shipping&lt;/string&gt;
&lt;/void&gt;
&lt;/object&gt;
&lt;/java&gt;
</shippingOption>
<subtotal>24.26</subtotal>
<tax>0.0</tax>
<ticket>-704697218</ticket>
<timestamp>1253866546404</timestamp>
<total>24.26</total>
<shippingPerson>
<person>
<city>Saint Louis</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Michael Darling [Sample]</name>
<phone>314-968-5373</phone>
<postalCode>63119</postalCode>
<stateOrProvinceCode>MO</stateOrProvinceCode>
<street>331 W Thornton Ave</street>
</person>
</shippingPerson>
<billingPerson>
<person>
<city>Saint Louis</city>
<countryCode>US</countryCode>
<countryName>United States</countryName>
<name>Michael Darling [Sample]</name>
<phone>314-968-5373</phone>
<postalCode>63119</postalCode>
<stateOrProvinceCode>MO</stateOrProvinceCode>
<street>331 W Thornton Ave</street>
</person>
</billingPerson>
</order>
</orders>
<!--
Demo coupons that appear in a new store.
This is an optional element in the API call. If presents, it replaces the default store settings.
-->
<coupons>
<coupon>
<name>Coupon # 1</name>
<code>MOXQ3YCWXRXA</code>
<discount>1.0</discount>
<discountType>ABS</discountType>
<status>PAUSED</status>
</coupon>
<coupon>
<name>Coupon # 2</name>
<code>J3N4JM3SIPCJ</code>
<discount>0.0</discount>
<discountType>SHIPPING</discountType>
<totalLimit>50.0</totalLimit>
<status>PAUSED</status>
</coupon>
<coupon>
<name>Coupon # 3</name>
<code>O3Q4AP5FKXJ1</code>
<discount>5.0</discount>
<discountType>PERCENT</discountType>
<status>PAUSED</status>
</coupon>
</coupons>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment