change initial shipping state on inbound shipments and update inbound shipment states through easypost trackers#39
Open
Conversation
Add new state inbound_ready, inbound_shipped and complete, which can be used to set based on webhooks of easypost. Add new columns to store tracker IDs of easypost shipments, which can be used to update state based on the webhooks.
JustShah
force-pushed
the
20-change-initial-shipping-state-on-inbound-shipments-and-update-inbound-shipment-states-through-easypost-trackers
branch
2 times, most recently
from
April 1, 2025 12:16
2f1ad25 to
c1e26d4
Compare
Add class for publish, recieve and susbcribe events for the tracking information from easypost webhooks, add a new handler which can be used to update shipment states based on the easypost tracking_info
Add missing translation for the new states introduced to shipment
JustShah
force-pushed
the
20-change-initial-shipping-state-on-inbound-shipments-and-update-inbound-shipment-states-through-easypost-trackers
branch
from
April 1, 2025 12:28
c1e26d4 to
0ba68ce
Compare
JustShah
marked this pull request as ready for review
April 1, 2025 12:39
|
Can we demo this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This PR introduces several changes to improve the handling of inbound shipments and their tracking via Easypost webhooks.
Summary of Changes:
Add Solidus Webhook to Sandbox
Add Translation for Shipment States
inbound_ready,inbound_shipped, andcomplete) that were added for shipments.Add Webhooks for Shipment States
Add States and Columns to Shipment for Tracking
inbound_ready,inbound_shipped, andcomplete) to the shipment model, allowing tracking of inbound shipment's progress based on Easypost webhook data.Purpose: