Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] 2024.6 rc33 #662

Merged
merged 8 commits into from
Aug 29, 2024
Merged

[patch] 2024.6 rc33 #662

merged 8 commits into from
Aug 29, 2024

Conversation

danh91
Copy link
Member

@danh91 danh91 commented Aug 29, 2024

Changes

Fix

  • fix: eshipper cancel shipment request, and add special cancel error handling for undocumented errors
  • fix: eshipper datetime requirement for ship date and update tests for order cancellation
  • fix: tracker filter to return tracker if already existent
  • fix: fedex tracking estimated delivery date response parsing
  • fix: migration defaulting to hardcoded eshipper for carrier_name

jacobshilitz and others added 6 commits August 28, 2024 16:36
… handling for undocumented errors

as per the docs,we can use either orderId or tracking number but order is better in case where we have multiple packages.

in fact till now we send wrongly the orderId as the trackingId in the cancel request.

testing with the api it turns out that the cancel request is not responding with the documented errors, it returns a status code 200 and just has error in the body
Eshipper fix cancel shipment request, and adding special error handling
@danh91 danh91 linked an issue Aug 29, 2024 that may be closed by this pull request
@danh91 danh91 merged commit 42e9b42 into main Aug 29, 2024
9 of 10 checks passed
@danh91 danh91 deleted the patch-2024.6-rc33 branch August 29, 2024 01:06
@danh91 danh91 restored the patch-2024.6-rc33 branch January 27, 2025 07:42
@danh91 danh91 deleted the patch-2024.6-rc33 branch January 27, 2025 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fedex Tracking having issue with estimated delivery date format
2 participants