Shopify (owner)

Revisions

gist: 199017 Download_button fork
public
Public Clone URL: git://gist.github.com/199017.git
Embed All Files: show embed
XML #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<order>
  <id type="integer">1524531292</id>
  <email>bob.norman@hostmail.com</email>
  <name>#1001</name>
  <shipping-address>
    <address1>Chestnut Street 92</address1>
    <address2></address2>
    <city>Louisville</city>
    <company nil="true"></company>
    <country>United States</country>
    <first-name>Bob</first-name>
    <last-name>Norman</last-name>
    <phone>555-625-1199</phone>
    <province>Kentucky</province>
    <zip>40202</zip>
    <name>Bob Norman</name>
    <country-code>US</country-code>
    <province-code>KY</province-code>
  </shipping-address>
  <line-items type="array">
    <line-item>
      <fulfillment-service>manual</fulfillment-service>
      <grams type="integer">200</grams>
      <id type="integer">1539898872</id>
      <price type="decimal">199.00</price>
      <quantity type="integer">1</quantity>
      <sku>IPOD2008GREEN</sku>
      <title>IPod Nano - 8gb</title>
      <variant-id type="integer">1112814679</variant-id>
      <variant-title>green</variant-title>
      <vendor nil="true"></vendor>
      <name>IPod Nano - 8gb - green</name>
      <shipping-method>Free Shipping</shipping-method>
    </line-item>
  </line-items>
  <shipping-lines type="array">
    <shipping-line>
      <code>Free Shipping</code>
      <price type="decimal">0.00</price>
      <title>Free Shipping</title>
    </shipping-line>
  </shipping-lines>
</order>