externalLocationId.externalLocationIdstatus (e.g., ACTIVE, INACTIVE) before using it in /rates or order creationexternalLocationId: your unique pickup location identifier (previously sent to Flype or generated by Flype)data.404 Not Found.curl --location '/locations/STORE_123' \
--header 'Authorization: Bearer <token>'{
"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"
}
}