Yuri-Lima / woocommerce-rest-api-ts-lib

This is some improvements for the oficial WooCommerce repo. https://github.com/woocommerce/woocommerce-rest-api-js-lib I hope they merge or accept it as new repo. soon. Please few free to contact me.
MIT License
28 stars 8 forks source link

add cart #31

Open secomindai opened 1 year ago

secomindai commented 1 year ago

I am trying to use woocommerce rest api from a nextjs typescript project.

/products is working fine. Now I want add to cart functionality.

What’s the best way to do? I am getting /v3/cart/items 404 error. Do I need to use /v1/cart/items ?

Or do I need to use store api?

i don’t see any cart in your module also. not able to make add to cart work.