Hi, we are receiving delivery updates which do not include clientReference
(it’s null
), can you please tell us if this is a bug on your side or whether we are not receiving them because we have not set them correctly?
Example:
{
event: 'delivery',
type: 'update',
data: {
id: 3876053,
driver: [Object],
transportType: [Object],
packageType: [Object],
etaToDestination: '2018-10-17T10:02:02.000+02:00',
trackingUrl: '...',
etaToOrigin: '2018-10-17T08:59:03.000+02:00',
status: 'delivered',
clientReference: null
}
}
Many thanks.