You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with the Chronopost tracker where the shipment status remains "In Transit" and the delivered flag stays false, even when the tracking events explicitly indicate that the package has been successfully delivered.
Context
Version: v2026.1.21 (potentially earlier versions as well).
Carrier: Chronopost.
Observed Behavior: The global status is not synchronized with the latest delivery events.
Expected Behavior
When a "Delivered" event (or equivalent) is received from the Chronopost API, the Karrio tracker status should be updated to delivered and the delivered boolean should be true.
Actual Behavior
Status: Always in_transit.
Delivered Flag: Always false.
Events: Showing delivery details correctly, but not triggering a status change.
Steps to Reproduce
Query a Chronopost tracking number that has already been delivered.
Observe the status and delivered fields in the Karrio API response.
Compare these fields with the list of events returned in the same payload.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description
There is an issue with the Chronopost tracker where the shipment status remains "In Transit" and the
deliveredflag staysfalse, even when the tracking events explicitly indicate that the package has been successfully delivered.Context
Expected Behavior
When a "Delivered" event (or equivalent) is received from the Chronopost API, the Karrio tracker status should be updated to
deliveredand thedeliveredboolean should betrue.Actual Behavior
in_transit.false.Steps to Reproduce
statusanddeliveredfields in the Karrio API response.eventsreturned in the same payload.Beta Was this translation helpful? Give feedback.
All reactions