Bug Report: Chronopost Tracker stuck as "In Transit" despite delivery events #1020
Flo-Ride (flo-ride)
started this conversation in
General
Replies: 2 comments 1 reply
|
I could provide the up to date Chronopost API documentation if needed |
0 replies
|
Hi Flo-Ride (@flo-ride) , Thanks |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.All reactions