Assigns the carrier's lockers to the locker group. A locker may belong to at most one group per type key.
Security
ApiKeyAuth
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups/{uid}/lockers
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/locker-groups/{uid}/lockers
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/locker-groups/{uid}/lockers
curl -i -X POST \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups/6838265090/lockers \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"lockerUids": [
"10000019",
"10000020"
]
}'Response
{ "lockersAdded": [ "10000019", "10000020" ] }