Soap API integration with woocomerce

I hope someone out there can shine a light on this for me because i´m really stuck here!
so, I have this wordpress websiete with woocomerce and i neeed to connect woocomerce product qty to my supplier webservices via Soap API. I hope someone can give some advice on this. I really have no idea what to do or what soap client to use and i cant find any tutorial

  • 1. You need documentation from your supplier. You cant just use magic wand. 2. Make sure your php have enabled SoapClient – php.net/manual/en/class.soapclient.php 3. Build your request based on the supplier documentation. If you are new to this i would hire someone.

    – 

Leave a Comment