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.
[ { "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" } ]