checkouts.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "checkouts": [
  3. {
  4. "applied_discount": "0.00",
  5. "clone_url": "",
  6. "completed_at": null,
  7. "created_at": "2012-10-12T07:05:27-04:00",
  8. "credit_card": null,
  9. "currency": "USD",
  10. "presentment_currency": "USD",
  11. "email": "bob.norman@hostmail.com",
  12. "note": null,
  13. "shipping_line": [
  14. {
  15. "title": "Free Shipping",
  16. "price": "0.00",
  17. "code": "Free Shipping",
  18. "source": "shopify"
  19. }
  20. ],
  21. "shipping_rates": [
  22. {
  23. "id": "canada_post-INT.TP.BOGUS-4.00",
  24. "price": "4.00",
  25. "title": "Small Packet International Air Bogus"
  26. },
  27. {
  28. "id": "canada_post-INT.TP.BOGUS-8.00",
  29. "price": "8.00",
  30. "title": "Medium Packet International Air Bogus"
  31. }
  32. ],
  33. "source_identifier": null,
  34. "source_name": "web",
  35. "source_url": null,
  36. "subtotal_price": "398.00",
  37. "shipping_policy_url": null,
  38. "taxes_included": false,
  39. "token": "2a1ace52255252df566af0faaedfbfa7",
  40. "total_line_items_price": "398.00",
  41. "total_price": "409.94",
  42. "total_tax": "11.94",
  43. "updated_at": "2012-10-12T07:05:27-04:00",
  44. "line_items": [
  45. {
  46. "applied_discounts": [
  47. ],
  48. "compare_at_price": null,
  49. "fulfillment_service": "manual",
  50. "gift_card": false,
  51. "grams": 200,
  52. "id": 49148385,
  53. "line_price": "199.00",
  54. "price": "199.00",
  55. "product_id": 632910392,
  56. "properties": null,
  57. "quantity": 1,
  58. "requires_shipping": true,
  59. "sku": "IPOD2008RED",
  60. "tax_lines": [
  61. ],
  62. "taxable": true,
  63. "title": "IPod Nano - 8GB",
  64. "variant_id": 49148385,
  65. "variant_title": "Red",
  66. "vendor": "Apple"
  67. },
  68. {
  69. "applied_discounts": [
  70. ],
  71. "compare_at_price": null,
  72. "fulfillment_service": "manual",
  73. "gift_card": false,
  74. "grams": 200,
  75. "id": 808950810,
  76. "line_price": "199.00",
  77. "price": "199.00",
  78. "product_id": 632910392,
  79. "properties": null,
  80. "quantity": 1,
  81. "requires_shipping": true,
  82. "sku": "IPOD2008PINK",
  83. "tax_lines": [
  84. ],
  85. "taxable": true,
  86. "title": "IPod Nano - 8GB",
  87. "variant_id": 808950810,
  88. "variant_title": "Pink",
  89. "vendor": "Apple"
  90. }
  91. ],
  92. "name": "#450789469",
  93. "note_attributes": [
  94. {
  95. "name": "custom engraving",
  96. "value": "Happy Birthday"
  97. },
  98. {
  99. "name": "colour",
  100. "value": "green"
  101. }
  102. ],
  103. "discount_code": [
  104. {
  105. "code": "TENOFF",
  106. "amount": "10.00"
  107. }
  108. ],
  109. "tax_lines": [
  110. {
  111. "price": "11.94",
  112. "rate": 0.06,
  113. "title": "State Tax"
  114. }
  115. ],
  116. "billing_address": {
  117. "address1": "Chestnut Street 92",
  118. "address2": "",
  119. "city": "Louisville",
  120. "company": null,
  121. "country": "United States",
  122. "first_name": "Bob",
  123. "last_name": "Norman",
  124. "latitude": "45.41634",
  125. "longitude": "-75.6868",
  126. "phone": "555-625-1199",
  127. "province": "Kentucky",
  128. "zip": "40202",
  129. "name": "Bob Norman",
  130. "country_code": "US",
  131. "province_code": "KY"
  132. },
  133. "shipping_address": {
  134. "address1": "Chestnut Street 92",
  135. "address2": "",
  136. "city": "Louisville",
  137. "company": null,
  138. "country": "United States",
  139. "first_name": "Bob",
  140. "last_name": "Norman",
  141. "latitude": "45.41634",
  142. "longitude": "-75.6868",
  143. "phone": "555-625-1199",
  144. "province": "Kentucky",
  145. "zip": "40202",
  146. "name": "Bob Norman",
  147. "country_code": "US",
  148. "province_code": "KY"
  149. },
  150. "customer_id": null,
  151. "customer_locale": "en-CA",
  152. "device_id": "12",
  153. "order": null,
  154. "order_id": null,
  155. "order_status_url": ""
  156. }
  157. ]
  158. }