skip to Main Content

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??

2

Answers


  1. 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

    Login or Signup to reply.
  2. url: '/wp-json/wc/store/cart/add-item',
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search