Webhook for parcel updates

Webhook to push parcel updates to any URL provided by the carrier. This endpoint allows carriers to receive
real-time updates about parcels.

Payload

Information about parcel updates

string

The unique identifier of the parcel shipment in the GLS/NXT Platform

string

The unique identifier of the locker in the GLS/NXT Platform

string

The identifier of the parcel in the carrier's system

string | null

The identifier of the locker in the carrier's system

string
enum

The type of shipment.

Allowed:
string
enum

The status of the parcel dimensions.

Allowed:
string
enum

The status of the shipment.

boolean
accessCodes
object | null

Access codes for the parcel

consignee
object | null

The details of the consignee.

events
array of objects
events
string
enum

The allocation type of the shipment.

Allowed:
shipmentSignature
object

A Base64-encoded image representing the consignee's signature, captured upon parcel collection

date-time

The timestamp of the parcel update

Responses
200

Return a 200 status to indicate that the data was received successfully.

401

Return a 401 status to indicate that the POST was unauthorized.

500

Return a 500 status to indicate that the POST was unsuccessfully processed.

LoadingLoading…