Retrieve a list of parcels associated with the carrier. This endpoint allows fetching detailed information about parcels, including their status and history.
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/parcels
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/parcels
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/parcels
curl -i -X GET \
'https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/parcels?ids=12345131%2CG6789011%2CA1234511' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Parcels fetched successfully
The unique identifier of the parcel shipment in the GLS/NXT Platform
The identifier of the parcel in the carrier's system
The type of shipment.
The status of the parcel dimensions.
The status of the shipment.
The allocation type of the shipment.
A Base64-encoded image representing the consignee's signature, captured upon parcel collection
Label mode for the shipment. LABELLESS means no printed label is used and LABELED means a printed label is used.
Reference code scanned by driver during pickup of the labelless parcel. This field is only relevant for LABELLESS shipments.
A secondary identifier for the shipment, separate from carrierParcelId.
The current cash-on-delivery payment status for the shipment, when applicable. Absent when the shipment carries no CoD payment.
Cash-on-delivery amount to collect, expressed in minor units (e.g. cents). Absent when the shipment carries no CoD payment.
ISO 4217 currency code for codAmount. Absent when the shipment carries no CoD payment.
The payment method used for a cash-on-delivery parcel, as reported by the locker provider. Absent when the shipment carries no CoD payment.
The current provider lock state of the parcel, when known. LOCKED means the consignee cannot collect the parcel (e.g. a cash-on-delivery payment is still pending); UNLOCKED means it can be collected. Absent when the parcel carries no lock state.
[ { "shipmentUid": "anyParcelId123", "lockerUid": "anyLockerId123", "carrierParcelId": "anyCarrierParcelId123", "carrierLockerId": "Locker1", "shipmentType": "LAST_MILE", "dimensionsStatus": "PARCEL_DIMENSIONS_OK", "shipmentStatus": "CONSIGNEE_COLLECTED", "isFinal": true, "accessCodes": { … }, "consignee": { … }, "events": [ … ], "allocationType": "HARD_RESERVATION", "providerName": "LOCKY_PT", "providerLockerId": "1178", "shipmentSignature": { … }, "requiresAccessibleCompartment": true, "labelType": "LABELLESS", "referenceCode": "LBL000000018", "secondaryShipmentId": "EXP-CODE-0001", "paymentStatus": "PAID", "codAmount": 2450, "codCurrency": "EUR", "paymentType": "CARD", "lockStatus": "LOCKED" } ]