libdo

Untitled

Nov 5th, 2017
8,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.18 KB | None | 0 0
  1. {
  2.   "order": {
  3.     "line_items": [
  4.       {
  5.         "name": "24-SEVENs",
  6.         "title": "24-SEVENs",
  7.         "variant_id": 3685005066270,
  8.         "price": 129.99,
  9.         "quantity": 1
  10.       }
  11.     ],
  12.     "fulfillment_status": "fulfilled",
  13.     "customer": {
  14.       "first_name": "Foo",
  15.       "last_name": "Bar",
  16.       "email": "hans@saxxunderwear.com"
  17.     },
  18.     "billing_address": {
  19.       "first_name": "John",
  20.       "last_name": "Smith",
  21.       "address1": "123 Fake Street",
  22.       "phone": "555-555-5555",
  23.       "city": "Fakecity",
  24.       "province": "Ontario",
  25.       "country": "Canada",
  26.       "zip": "K2P 1L4"
  27.     },
  28.     "shipping_address": {
  29.       "first_name": "Jane",
  30.       "last_name": "Smith",
  31.       "address1": "123 Fake Street",
  32.       "phone": "777-777-7777",
  33.       "city": "Fakecity",
  34.       "province": "Ontario",
  35.       "country": "Canada",
  36.       "zip": "K2P 1L4"
  37.     },
  38.     "email": "234uytgsdg@mailinator.com",
  39.     "transactions": [
  40.       {
  41.         "kind": "capture",
  42.         "status": "success",
  43.         "amount": 50.0
  44.       }
  45.     ],
  46.     "financial_status": "paid",
  47.     "closed_at": "2012-03-13T16:09:55-04:00",
  48.     "created_at": "2012-03-13T16:09:55-04:00"
  49.  
  50.   }
  51. }
Add Comment
Please, Sign In to add comment