Home > Software engineering >  cart API of word-press woo-commerce
cart API of word-press woo-commerce

Time:02-23

I was trying to build a grocery app using flutter with woo-commerce as a backend. there is an app already with the same woo-commerce using native code but no source code available is there any way to get the cart API used in the old app as I have the admin account and other data of woo-commerce site??

CodePudding user response:

it is only possible if you have that web App Api then you can get the data and if you have the access of that web app admin panel why you not create another api for your self and make flutter app on that api..

i think this is the only solution you have to resolve this problem

CodePudding user response:

url: '/wp-json/wc/store/cart/add-item',
  • Related