Advertisement
Guest User

Untitled

a guest
Nov 14th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.69 KB | None | 0 0
  1. {
  2.   "data": {
  3.     "type": "orders",
  4.     "attributes": {
  5.       "vendor-po": 1243247,
  6.       "shipping-method": "DHE-55",
  7.       "shipping-account-number": "5118384"
  8.     }
  9.   },
  10.   "included": [
  11.     {
  12.       "type": "shipping-address",
  13.       "attributes": {
  14.         "name": "Paul Taylor-Burr",
  15.         "address": "20 Lyon close ,maidenbower, Crawley, West Sussex ",
  16.         "city": "Crawley",
  17.         "state": "Crawley",
  18.         "postal-code": "rh10 7nd",
  19.         "country": "GB"
  20.       }
  21.     },
  22.     {
  23.       "type": "billing-address",
  24.       "attributes": {
  25.         "name": "Paul Taylor-Burr",
  26.         "address": "20 Lyon close ,maidenbower, Crawley, West Sussex ",
  27.         "city": "Crawley",
  28.         "state": "Crawley",
  29.         "postal-code": "rh10 7nd",
  30.         "country": "GB"
  31.       }
  32.     },
  33.     {
  34.       "type": "return-address",
  35.       "attributes": {
  36.         "name": "TeePublic",
  37.         "address": "3737 Howard Gap Road",
  38.         "city": "Hendersonville",
  39.         "state": "NC",
  40.         "postal-code": "28792"
  41.       }
  42.     },
  43.     {
  44.       "type": "line-items",
  45.       "attributes": {
  46.         "quantity": 1,
  47.         "description": "Wolf children",
  48.         "product-code": "PRT-GEN-SWG560",
  49.         "item-properties": {},
  50.         "designs": [
  51.           {
  52.             "image_remote_url": "https://res.cloudinary.com/teepublic/image/private/s--I74rM4Nl--/c_scale,h_6284/c_mpad,g_north_west,h_7950,w_9300,x_2240,y_832/c_crop,g_north_west,h_7950,w_9300/b_rgb:ffffff/a_0/f_jpg,q_100/v1446236518/production/designs/257490_1.jpg",
  53.             "position": "centered",
  54.             "crop": "left"
  55.           }
  56.         ]
  57.       }
  58.     }
  59.   ],
  60.   "vendor_string": "api",
  61.   "default_version": 1
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement