Updates the status of a locker within a network, optionally including carrier details.
Security
ApiKeyAuth
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/networks/{uid}/lockers/{lockerUid}
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/networks/{uid}/lockers/{lockerUid}
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/networks/{uid}/lockers/{lockerUid}
curl -i -X PATCH \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/networks/8065713862/lockers/10000019 \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"networkLockerStatus": "ACCEPTED",
"carrier": {
"lockerName": "Berlin Locker 01",
"lockerId": "XR1003",
"activationDate": "2025-08-20T00:00:00Z"
}
}'Network locker updated successfully.
The current status of the locker on the provider's side.
Example:"ACTIVE"
Response
{ "lockerUid": 10000019, "providerName": "MYFLEXBOX_DE", "lockerName": "Berlin Hauptbahnhof", "providerLockerStatus": "ACTIVE", "carrierLockerStatus": "ACTIVE", "networkLockerStatus": "PENDING", "carrierLockerId": "3001", "providerLockerId": "68958" }