Adds lockers owned by the carrier to the network. Lockers not owned by the carrier are silently skipped.
Security
ApiKeyAuth
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/networks/{uid}/lockers
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/networks/{uid}/lockers
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/networks/{uid}/lockers
curl -i -X POST \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/networks/8065713862/lockers \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"lockerUids": [
10000019,
10000020,
10000021
]
}'List of newly added network lockers.
Array []
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" } ]