Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.98 KB | None | 0 0
  1. {
  2.     "note": null,
  3.     "subtotal_price": "398.00",
  4.     "total_discounts": "0.00",
  5.     "total_line_items_price": "398.00",
  6.     "total_price": "409.94",
  7.     "discount_codes": [
  8.       {
  9.         "code": "TENOFF",
  10.         "amount": "10.00",
  11.         "type": "percentage"
  12.       }
  13.     ],
  14.     "source_name": "app",
  15.     "tags": "",
  16.     "line_items": [
  17.       {
  18.         "price": "199.00",
  19.         "product_id": 632910392,
  20.         "quantity": 1,
  21.         "requires_shipping": true,
  22.         "sku": "IPOD2008GREEN",
  23.         "title": "IPod Nano - 8gb",
  24.         "variant_id": 39072856,
  25.         "variant_title": "green",
  26.         "name": "IPod Nano - 8gb - green",
  27.         "variant_inventory_management": "haravan",
  28.         "properties": [
  29.           {
  30.             "name": "Custom Engraving Front",
  31.             "value": "Happy Birthday"
  32.           },
  33.           {
  34.             "name": "Custom Engraving Back",
  35.             "value": "Merry Christmas"
  36.           }
  37.         ],
  38.         "total_discount": "0.00",
  39.       }
  40.     ],
  41.     "billing_address": {
  42.       "address1": "123 Amoebobacterieae St",
  43.       "address2": "",
  44.       "city": "Ottawa",
  45.       "company": "",
  46.       "country": "Canada",
  47.       "first_name": "Bob",
  48.       "last_name": "Bobsen",
  49.       "latitude": 45.41634,
  50.       "longitude": -75.6868,
  51.       "phone": "(555)555-5555",
  52.       "province": "Ontario",
  53.       "zip": "K2P0V6",
  54.       "name": "Bob Bobsen",
  55.       "country_code": "CA",
  56.       "province_code": "ON"
  57.     },
  58.     "shipping_address": {
  59.       "address1": "123 Amoebobacterieae St",
  60.       "address2": "",
  61.       "city": "Ottawa",
  62.       "company": "",
  63.       "country": "Canada",
  64.       "first_name": "Bob",
  65.       "last_name": "Bobsen",
  66.       "latitude": 45.41634,
  67.       "longitude": -75.6868,
  68.       "phone": "(555)555-5555",
  69.       "province": "Ontario",
  70.       "zip": "K2P0V6",
  71.       "name": "Bob Bobsen",
  72.       "country_code": "CA",
  73.       "province_code": "ON"
  74.     },
  75.     "customer": {
  76.       "accepts_marketing": false,
  77.       "created_at": "2015-03-28T13:29:45-04:00",
  78.       "email": "bob.norman@hostmail.com",
  79.       "first_name": "Bob",
  80.       "id": 207119551,
  81.       "last_name": "Norman",
  82.       "last_order_id": 450789469,
  83.       "multipass_identifier": null,
  84.       "note": null,
  85.       "orders_count": 1,
  86.       "state": "disabled",
  87.       "total_spent": "41.94",
  88.       "updated_at": "2015-03-28T13:29:45-04:00",
  89.       "verified_email": true,
  90.       "tags": "",
  91.       "last_order_name": "#1001",
  92.       "default_address": {
  93.         "address1": "Chestnut Street 92",
  94.         "address2": "",
  95.         "city": "Louisville",
  96.         "company": null,
  97.         "country": "United States",
  98.         "first_name": null,
  99.         "id": 207119551,
  100.         "last_name": null,
  101.         "phone": "555-625-1199",
  102.         "province": "Kentucky",
  103.         "zip": "40202",
  104.         "name": "",
  105.         "province_code": "KY",
  106.         "country_code": "US",
  107.         "country_name": "United States",
  108.         "default": true
  109.       }
  110.     }
  111.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement