WooCommerce REST API is great but it’s missing one important endpoint that allows you to manage the cart.
That’s were Cart REST API for WooCommerce comes in. It uses the Cart the same way Ajax requests are handled. I also added two missing components to when viewing the cart contents which is the product name and the main featured image URL which is normally requested after. This saves time running additional requests.
Cart REST API for WooCommerce is created for developers in mind and allows you to use WooCommerce’s REST API to it’s full potential. This also provides the option to create a full app for your WooCommerce store.
Intrigued? I bet you are. See the documentation on how to use the API today.
You can also contribute to Cart REST API for WooCommerce. The project is open source and available on GitHub.
Enjoy!