GET /order missing tracking data
Resolved
Sep 24, 2024 at 01:31pm UTC
Root cause:
An update was introduced to the backend data sync process for shipments on 09/23 around 15:00 ET. This was related to shipments with both primary and secondary tracking numbers (UPS Mail Innovations, UPS SurePost, etc)
This caused shipment headers to be synced to the integration database without issue, thus passing integration test cases.
However, shipment details (packages) were not properly synced.
Resolution:
The bug was corrected and the update redeployed. Backup sync process was kicked off to re-sync all affected shipments. All tracking is now available.
Additional integration test cases will be introduced to our sync service to account for the possibility of and prevent a partial sync of any record to our integration DB.
Affected services
Updated
Sep 24, 2024 at 01:16pm UTC
GET /order issue with missing tracking data only affects orders shipped after 3pm ET 09/24.
Fix scheduled for deployment within the hour.
Affected services
Created
Sep 24, 2024 at 12:52pm UTC
The shippedPackages array is currently reflecting an empty array. This should be resolved shortly.
Affected services