cancel
Showing results for 
Search instead for 
Did you mean: 

Any alternatives to the order fulfillment system behind Magento?

Any alternatives to the order fulfillment system behind Magento?

We have an e-commerce website based on Magento v2, and a self-developed online transaction processing system on the backend to process fulfillment requests initiated by Magento.

 

The self-developed backend system provides APIs, and Magento will call the fulfillment API and send one request per order. The backend system also includes functionality to route the incoming fulfillment transactions to different internal business units for follow-up, redeem, export, or other actions.

 

This is a legacy system designed by previous engineers, and it works OK; I'm reviewing the system design for possible enhancements.

 

I'm wondering:

  • Is this self-developed system really necessary? Or, its role might actually have been provided by an existing product.
  • For the purpose described above, what should we call the self-developed backend system? Maybe "backend", or "middle platform", or what other terminology?
  • Is there any open-source project or commercial product available for the same usage?

 

Just let me know if you need more information, and any hints will be highly appreciated.

1 REPLY 1

Re: Any alternatives to the order fulfillment system behind Magento?

Magento 2 does support multi-source-inventory (MSI) and has open APIs. However, from what you've described, you probably want an Order Management System (OMS) that can help you manage and route orders. 

 

There are lots of options out there depending on your particular business needs. These include SaaS solutions like Skubana and Veeqo. If these don't match your needs, feel free to share more requirements/details.

 

Best of luck!