Triggers a full first-mile event sequence. Do not send event_type. The service chooses the sequence.
Security
ApiKeyAuth
Carrier name.
Enum:"GLS_NXT""GLS_DE""GLS_AT""DPD_DE""GLS_ES""GLS_IT""GLS_PT""GLS_DK""GLS_FR""RMG_UK"
Example:"GLS_NXT"
Locker provider name.
Enum:"KEBA""MYFLEXBOX_DE""MYFLEXBOX_AT""TAMBURI_AT""QUADIENT""BLOQ""CAINIAO_FR"
Example:"KEBA"
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/parcel/first-mile/sequence
- Staging mock servicehttps://api.staging.glsnxt.com/ooh-mock-service/v1/parcel/first-mile/sequence
curl -i -X POST \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/parcel/first-mile/sequence \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"parcel_id": "000123456789",
"provider_locker_id": "99663306",
"provider_name": "KEBA",
"carrier_name": "GLS_NXT",
"shipment_type": "FIRST_MILE",
"labelless": false
}'Response
{ "message": "First Mile event sequence triggered successfully" }