checkout.json 3.8 KB

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