Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. {
  2. "data": {
  3. "type": "order",
  4. "id": "9161e793-1715-4416-a604-ba914353b521",
  5. "status": "incomplete",
  6. "payment": "unpaid",
  7. "shipping": "unfulfilled",
  8. "customer": {
  9. "name": "First Customer",
  10. "email": "fakeemail@fakeemailz.org.uk"
  11. },
  12. "shipping_address": {
  13. "first_name": "John",
  14. "last_name": "Doe",
  15. "phone_number": "(555) 555-1234",
  16. "company_name": "Moltin",
  17. "line_1": "2nd Floor British India House",
  18. "line_2": "15 Carliol Square",
  19. "city": "Newcastle upon Tyne",
  20. "postcode": "NE1 6UF",
  21. "county": "Tyne & Wear",
  22. "country": "UK",
  23. "instructions": "Leave in porch"
  24. },
  25. "billing_address": {
  26. "first_name": "John",
  27. "last_name": "Doe",
  28. "company_name": "Moltin",
  29. "line_1": "2nd Floor British India House",
  30. "line_2": "15 Carliol Square",
  31. "city": "Newcastle upon Tyne",
  32. "postcode": "NE1 6UF",
  33. "county": "Tyne & Wear",
  34. "country": "UK"
  35. },
  36. "links": {},
  37. "meta": {
  38. "display_price": {
  39. "with_tax": {
  40. "amount": 20000,
  41. "currency": "USD",
  42. "formatted": "$200.00"
  43. },
  44. "without_tax": {
  45. "amount": 20000,
  46. "currency": "USD",
  47. "formatted": "$200.00"
  48. },
  49. "tax": {
  50. "amount": 0,
  51. "currency": "USD",
  52. "formatted": "$0.00"
  53. }
  54. },
  55. "timestamps": {
  56. "created_at": "2020-02-27T10:44:59Z",
  57. "updated_at": "2020-02-27T10:44:59Z"
  58. }
  59. },
  60. "relationships": {
  61. "items": {
  62. "data": [
  63. {
  64. "type": "item",
  65. "id": "2066d5f9-5876-45a1-8bcd-e574d2560294"
  66. }
  67. ]
  68. },
  69. "customer": {
  70. "data": {
  71. "type": "customer",
  72. "id": "09aaf81e-356b-4ca9-8135-12c4f4b7186a"
  73. }
  74. }
  75. }
  76. }
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement