TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Does an API-only shopping cart exist?

6 pointsby CoreSetover 9 years ago
I&#x27;m a developer looking to stand up an ecommerce site, but have become frustrated with the available options, all of which seem geared to marketers who are more than happy to pay $30&#x2F;month for the privilege of never touching code.<p>I want the complete opposite. I want to build an ecommerce site where I have complete control over the front-end code, and it just hooks into some RESTful back-end server somewhere else to process payment, grab shipping info, etc.<p>Are there any solutions for this? Something that would allow me to abstract away a lot of the ecommerce back-end into APIs, without completely giving up front-end control?

4 comments

mtmailover 9 years ago
Have a look at <a href="https:&#x2F;&#x2F;spreecommerce.com" rel="nofollow">https:&#x2F;&#x2F;spreecommerce.com</a> (<a href="https:&#x2F;&#x2F;github.com&#x2F;spree&#x2F;spree" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;spree&#x2F;spree</a>). You&#x27;d still have to setup the backend though I think they offer hosting solutions now.<p>Shopify has an extensive API. You&#x27;d be able to create your own frontend with or without their shopping cart, with or without their checkout process and with or without third-party whitelabel shipping.
评论 #10139548 未加载
arrmnover 9 years ago
Theres molitn (<a href="https:&#x2F;&#x2F;moltin.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;moltin.com&#x2F;</a>) from the YC15 batch, I haven&#x27;t tried maybe it&#x27;s for you.
sjs382over 9 years ago
Hrm... A while ago, I worked on a project that is somewhat like what you described in that it&#x27;s a cart where you have the full ability to use any CMS you want (or none at all) for product listing pages.<p>There wasn&#x27;t an API, though—most of the cart-specific functionality was done in JS. It&#x27;s just a different approach to solve your problem.<p>I never finished the project, but it&#x27;s really close to being ready for launch. I&#x27;m interested in discussing it with you further! Shoot me an email (it&#x27;s in my profile).
halotropeover 9 years ago
Would you be willing to pay for this if there was a product that suits your needs or are you looking for a completely free solution? I was using <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Spree_Commerce" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Spree_Commerce</a> when building something similar. The frontend was a custom JS SPA while the backend + API was handled by a rails app that was running spree.