1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "data": [
- {
- "id": "76d65cc4-61f3-4f46-9369-c8e0db2ad882",
- "type": "location",
- "attributes": {
- "address": {
- "countryCode": "US",
- "line": [
- "835 N Michigan Ave",
- "Water Tower Place"
- ],
- "postalCode": "60611",
- "administrativeArea": "IL"
- },
- "name": "The Store",
- "type": "Store",
- "entity": {
- "organisationName": "Magento, Inc.",
- "personLastName": "Aßmann",
- "personFirstName": "Christoph",
- "email": "christoph.assmann@netresearch.de",
- "phoneNumbers": [
- "0800"
- ]
- },
- "uniqueId": "NRSTORE"
- }
- },
- {
- "id": "5c53d88b-8694-4581-ab87-6c7d832f6970",
- "type": "location",
- "attributes": {
- "isDefault": true,
- "address": {
- "countryCode": "US",
- "line": [
- "10441 Jefferson Blvd.",
- "Suite 200"
- ],
- "postalCode": "90232",
- "administrativeArea": "CA"
- },
- "name": "HQ",
- "type": "Headquarters",
- "entity": {
- "organisationName": "Magento, Inc.",
- "personLastName": "Aßmann",
- "personFirstName": "Christoph",
- "email": "christoph.assmann@netresearch.de",
- "phoneNumbers": [
- "0800"
- ]
- },
- "uniqueId": "NRHQ"
- }
- }
- ]
- }
|