feat: [MM2-160] easypost integration#609
Open
jakub-borek wants to merge 2 commits intodevelopmentfrom
Open
Conversation
|
|
This PR was not deployed automatically as @jakub-borek does not have access to the Railway project. In order to get automatic PR deploys, please add @jakub-borek to your workspace on Railway. |
itariv
previously approved these changes
Jan 15, 2026
e9a7c50 to
5f14a29
Compare
5f14a29 to
a9bce2d
Compare
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.
Easypost integration plugin.
Each shipping option is different carrier. Then each carrier can have multiple options of delivery - this will be available when calculating price for delivery, since we don't know them beforehand and easypost simply calculates all possible options for a given from/to delivery. Due to that, some changes on frontend are required.
Unfortunately to fetch available carriers a production api key is required. For local tests I recommend to use production key to set shipping options, then switch to test api key to test fulfillments, labels, tracking.
To do on frontend:
datafield onPOST /store/carts/:id/shipping-methodsendpoint, example body:Otherwise it will throw error.