Build headless stores, without building an API

CoCart is a customizable WordPress REST API for WooCommerce that lets you build headless ecommerce using your favorite technologies.

// import CoCartAPI from "@cocart/cocart-rest-api"; // Supports ESM
const CoCartAPI = require("@cocart/cocart-rest-api").default;
const CoCart = new CoCartAPI({
  url: "https://example.com",
  version: "cocart/v2"
});
CoCart.post("cart/add-item", {
  id: "32",
  quantity: "1"
})
.then((response) => {
  console.log( response.data );
})
.catch((error) => {
  console.log( error.response.data );
});

Build headless stores, without building an API

CoCart is a customizable WordPress REST API for WooCommerce that lets you build headless ecommerce using your favorite technologies.

Built for

Extensive Documentation

CoCart provides in-depth documentation for developers along with tools and resources to help.

Support

If you are in need of support, I’m here to help and so is the CoCart community where other developers can help you and share their experiences with you.

Developer friendly

At the core of the CoCart plugin is a simple and flexible RESTful API that developers can take advantage to customise to their needs.

What People Are Saying

I used this plugin for a mobile app project I have been working on and first off the documentation was very easy to follow. I had no issues getting it working and it integrated with JWT Authentication out of the box. Great plugin, Great support and will highly recommend this plugin to anyone who needs to access the cart through a REST API.

Andrew Singh ⭐⭐⭐⭐⭐

This plugin was critical to achieve my project of building a headless / decoupled WooCommerce store. I wanted to provide my clients with a CMS to manage their store, but wanted to build the front-end in React. I was able to fetch content over the WooCommerce REST API, but otherwise would not have been able to fetch the cart, and add & remove items if not for this plugin.

Thank you very much Sébastien for sharing this extension, you’ve saved me a lot of time.

Allan Pooley – Little and Big ⭐⭐⭐⭐⭐

Mighty Group logoThanks for doing such a great work with this! Works exactly as expected and CoCart seems to have a nice community around it. The founder seems really devoted and that’s one of the key things for a plugin like this to live on and get the right updates in the future. We just got ourselves the lifetime subscription.

MightyGroup – Rikard Kling ⭐⭐⭐⭐⭐

Build it your way

Perfect Checkout is using the power of CoCart API to provide a super powered checkout for all native WooCommerce stores with a world class UX/UI that will increase sales by 30% on Average.

Prices

Freelancer

$169/yr

Includes all Pro features, plugin updates and support per year for 10 websites.

Access to all pro add-ons plus all future pro add-ons.

Agency

$269/yr

Includes all Pro features, plugin updates and support per year for unlimited websites.

Access to all pro add-ons plus all future pro add-ons.

Early access to future features.

Personal

$69/yr

Includes all Pro features, plugin updates and support per year for 1 website.

You may upgrade your licence at any time, just pay the difference in cost!

Price options are listed in USD and are billed yearly. You may cancel your subscription at any time.
Support and plugin updates are provided only for the duration of an active CoCart subscription.

Questions? Answered!

What exactly is CoCart Pro?

CoCart PRO is a premium add-on to our free WordPress plugin and includes the additional features.

Do I get plugin updates?

Yes you do! Updates are available via your account.

Do you offer support?

Yes we do! If you run into any difficulties, you can ask for help in our Slack, where you will also find a friendly community.

Can I install CoCart Pro on my clients websites?

Yes, you can! However, all support requests will need to come through the subscription holder. Your clients will not have direct access to support.

Can I purchase the add-ons separately?

Add-ons cannot be purchased separately. They come in bundles and are available based on your active subscription.

Do development and staging sites count toward my limit?

Development and staging sites are ignored and do not count towards site activation limit. For example, using CoCart Pro on awesomestore.com will count towards the limit, but using it on dev.awesomestore.com, awesomestore.dev, staging.awesomestore.com, etc., will not count toward your limit.

Do you have a refund policy?

Yes we do, see our terms and conditions for refund requests.

I have another question

For more FAQ’s, please see our FAQ page and don’t hesitate to contact us at any time.

Latest Developments with CoCart