Woocommerce JSON API
-
I’m looking for some pointers to adding to cart and checkout for my users using Woocommerce and JSON API.
//Get Specific WooCommerce Product https://localhost/testblog/api/get_post/?post_type=product&id=79
Now I’m not too sure how to use Postman (in chrome) for instance to post the following code on the frontend “add to cart” button.
https://localhost/testblog/clickstationery/product/pt-9800pcn/?add-to-cart=79
Any help would be greatly appreciated in adding the product to the cart and then also some responses to retrieving items in the cart + checkout process.
- The topic ‘Woocommerce JSON API’ is closed to new replies.