-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Shipping + Fulfillment module and improvements #13
Comments
@olivermrbl - I am the founder of www.intelipost.com.br and love what you are doing with Medusa. We run a logistics tech company in LATAM and are heavily focused on exactly these features that you are thinking about. Here are a few things you could think about (in no particular order):
Anyways, I am available to go into more detail if you would like to. All the best, thanks and good luck! |
@stefanrehm, thanks – this is great. I appreciate you taking the time to share this with us. The implementation of the fulfillment module will begin shortly, so we might revert back in the near future to dive into some of these elements. |
Sure. I'm glad to help! |
@stefanrehm **Very important Points to be implemented . hope to see soon in medusa ** |
Hey guys, Is there any estimation for when this will be ready? |
We expect to announce a release candidate in a couple of months :) |
@olivermrbl do you if it's possible to start using this module in the current state in the latest medusa version (1.20.4)? Is there any ui work already in the The thing is that I need to use almost the same features this module already provides (geo zone restrictions and delivered_at event), and I'll prefer to reuse what's already done instead of writing it myself. |
You cannot use the module in 1.20.4. The module is part of 2.0, which is still under heavy development and the logic to bootstrap the application with new modules is hidden behind a highly experimental feature flag. I would advise you to wait for the release candidate. The same goes for the new UI. |
@olivermrbl I'm looking into creating a Print on Demand store, are you planning to make it able to use PoD providers such as Printful or Printify? |
The Shipping/Fulfillment module manages everything needed to ensure that merchandise purchased by a customer gets to them. In a digital commerce context, goods can generally be shipped to the customer or a pick-up spot, or the customer can pick up their purchase in a retail store.
The fulfillment module enables merchants to configure the different fulfillment possibilities and makes it possible to easily display them to customers during checkout.
The key features of the module are:
The new fulfillment and shipping functionality will be introduced in a new package,
@medusajs/fulfillment
.The text was updated successfully, but these errors were encountered: