getLocationsResponse.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "data": [
  3. {
  4. "id": "76d65cc4-61f3-4f46-9369-c8e0db2ad882",
  5. "type": "location",
  6. "attributes": {
  7. "address": {
  8. "countryCode": "US",
  9. "line": [
  10. "835 N Michigan Ave",
  11. "Water Tower Place"
  12. ],
  13. "postalCode": "60611",
  14. "administrativeArea": "IL"
  15. },
  16. "name": "The Store",
  17. "type": "Store",
  18. "entity": {
  19. "organisationName": "Magento, Inc.",
  20. "personLastName": "Aßmann",
  21. "personFirstName": "Christoph",
  22. "email": "christoph.assmann@netresearch.de",
  23. "phoneNumbers": [
  24. "0800"
  25. ]
  26. },
  27. "uniqueId": "NRSTORE"
  28. }
  29. },
  30. {
  31. "id": "5c53d88b-8694-4581-ab87-6c7d832f6970",
  32. "type": "location",
  33. "attributes": {
  34. "isDefault": true,
  35. "address": {
  36. "countryCode": "US",
  37. "line": [
  38. "10441 Jefferson Blvd.",
  39. "Suite 200"
  40. ],
  41. "postalCode": "90232",
  42. "administrativeArea": "CA"
  43. },
  44. "name": "HQ",
  45. "type": "Headquarters",
  46. "entity": {
  47. "organisationName": "Magento, Inc.",
  48. "personLastName": "Aßmann",
  49. "personFirstName": "Christoph",
  50. "email": "christoph.assmann@netresearch.de",
  51. "phoneNumbers": [
  52. "0800"
  53. ]
  54. },
  55. "uniqueId": "NRHQ"
  56. }
  57. }
  58. ]
  59. }