Cancel the booking of a specific parcel. Only parcels that haven’t been delivered can be cancelled. This endpoint allows carriers to manage cancellations effectively.
Security
ApiKeyAuth
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/parcels/{parcelId}
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/parcels/{parcelId}
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/parcels/{parcelId}
curl -i -X PATCH \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/parcels/1234567890 \
-H 'X-API-Key: YOUR_API_KEY_HERE'