I'm looking for a list of ecommerce software systems that are suitable for backend API / admin UI use only.
In other words, I'd like to use an included admin UI tool to manage products, pricing, sales, etc. but develop a totally custom storefront that simply makes API calls to fetch product lists, add items to a cart, process sales, compute taxes/shipping, handle discounts/sales/bundling, etc.
Most software I've looked at is a complete standalone product that isn't really intended to be integrated into another system.
I only have 2 requirements (other than what's already been stated): -Must be FREE for commercial use -Must be able to call the API from a Perl Mojolicious application (if that means RPC, that's ok)
Someone else asked a similar question, but it got shut down since it wasn't asked just right, so to be clear, I'm specifically asking for names of software suitable for this purpose.
The only thing I've seen so far is Interchange (http://www.icdevgroup.org/i/dev), which has a SOAP mode, however, it's a really dated system and it shows. Plus the SOAP interface seems like an afterthought - it appears to be meant as more of a standalone product as well.
Can anyone point me to a suitable library?