Creates a new locker group for the carrier.
Security
ApiKeyAuth
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/locker-groups
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/locker-groups
curl -i -X POST \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"typeKey": "DEPOT",
"name": "Berlin Central"
}'Locker group created successfully.
The locker group type key. A locker may belong to at most one group per key.
Example:"DEPOT"
Response
{ "uid": "6838265090", "key": "DEPOT", "category": "DISTRIBUTION_CENTER", "name": "Berlin Central" }