{
"status": "success",
"data": [
{
"externalLocationId": "STORE_123",
"name": "Store Name - Downtown",
"status": "ACTIVE",
"address": {
"street1": "123 Main St",
"street2": "Suite 10",
"city": "New York",
"postalCode": "10001",
"country": "United States"
},
"contact": {
"name": "Pickup Desk",
"phone": "+1-212-555-0101"
},
"createdAtUtc": "2026-02-01T12:10:00Z"
},
{
"externalLocationId": "STORE_567",
"name": "Manhattan",
"status": "INACTIVE",
"address": {
"street1": "235 West 56th street",
"street2": "Building 1",
"city": "New York",
"postalCode": "10019",
"country": "United States"
},
"contact": {
"name": "Pickup Desk",
"phone": "+1-212-555-0101"
},
"createdAtUtc": "2026-01-15T11:10:00Z"
}
],
"pagination": {
"offset": 0,
"limit": 50,
"total": 2
}
}