Skip to content

Instantly share code, notes, and snippets.

@edward
Created May 18, 2011 19:58
Show Gist options
  • Save edward/979407 to your computer and use it in GitHub Desktop.
Save edward/979407 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<order>
<number type="integer">75</number>
<name>#1075</name>
<created-at type="datetime">2011-04-13T15:01:52-04:00</created-at>
<total-discounts type="decimal">0.0</total-discounts>
<cancel-reason>customer</cancel-reason>
<token>964c065a5cd5644cb50bffb3d54e6da8</token>
<updated-at type="datetime">2011-05-18T15:56:43-04:00</updated-at>
<total-price type="decimal">39.0</total-price>
<landing-site>/</landing-site>
<taxes-included type="boolean">false</taxes-included>
<cancelled-at type="datetime">2011-05-18T15:56:41-04:00</cancelled-at>
<id type="integer">59220782</id>
<referring-site/>
<total-line-items-price type="decimal">19.0</total-line-items-price>
<subtotal-price type="decimal">19.0</subtotal-price>
<note nil="true"/>
<gateway>bogus</gateway>
<fulfillment-status>restocked</fulfillment-status>
<financial-status>refunded</financial-status>
<currency>CAD</currency>
<closed-at type="datetime" nil="true"/>
<buyer-accepts-marketing type="boolean">true</buyer-accepts-marketing>
<total-tax type="decimal">0.0</total-tax>
<total-weight type="integer">0</total-weight>
<email>contactified-test@example.com</email>
<browser-ip>69.165.165.42</browser-ip>
<landing-site-ref nil="true"/>
<order-number type="integer">1075</order-number>
<customer>
<accepts-marketing type="boolean">true</accepts-marketing>
<orders-count type="integer">0</orders-count>
<id type="integer">41093332</id>
<note nil="true"/>
<last-name>k</last-name>
<total-spent type="decimal">0.0</total-spent>
<first-name>kk</first-name>
<email>contactified-test@example.com</email>
<tags/>
</customer>
<shipping-address>
<company>k</company>
<city>klj</city>
<address1>kl</address1>
<latitude type="decimal">15.99969</latitude>
<zip>klkj</zip>
<address2>kl</address2>
<country>Cape Verde</country>
<phone/>
<last-name>k</last-name>
<longitude type="decimal">-24.01247</longitude>
<province/>
<first-name>kk</first-name>
<name>kk k</name>
<country-code>CV</country-code>
<province-code nil="true"/>
</shipping-address>
<line-items type="array">
<line-item>
<price type="decimal">19.0</price>
<product-id type="integer">6345812</product-id>
<title>Shopify T-Shirt</title>
<quantity type="integer">1</quantity>
<requires-shipping type="boolean">true</requires-shipping>
<id type="integer">98229612</id>
<grams type="integer">0</grams>
<sku nil="true"/>
<fulfillment-status nil="true"/>
<variant-title>Medium</variant-title>
<vendor>Nike</vendor>
<fulfillment-service>manual</fulfillment-service>
<variant-id type="integer">18375662</variant-id>
<name>Shopify T-Shirt - Medium</name>
</line-item>
</line-items>
<billing-address>
<company>k</company>
<city>klj</city>
<address1>kl</address1>
<latitude type="decimal">15.99969</latitude>
<zip>klkj</zip>
<address2>kl</address2>
<country>Cape Verde</country>
<phone/>
<last-name>k</last-name>
<longitude type="decimal">-24.01247</longitude>
<province/>
<first-name>kk</first-name>
<name>kk k</name>
<country-code>CV</country-code>
<province-code nil="true"/>
</billing-address>
<tax-lines type="array"/>
<payment-details>
<credit-card-number>XXXX-XXXX-XXXX-1</credit-card-number>
<credit-card-company>Bogus</credit-card-company>
</payment-details>
<shipping-lines type="array">
<shipping-line>
<price type="decimal">20.0</price>
<code>International Shipping</code>
<title>International Shipping</title>
</shipping-line>
</shipping-lines>
<note-attributes type="array"> </note-attributes>
</order>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment