How to integrate third party SOAP API (product data) with an eCommerce store?
I have access to a SOAP web service with over 40 thousand products and need an eCommerce store to connect the web service.
The trick is that it cannot store the data locally in the eCommerce platform, and every time there is a search request, the SOAP web service must be called.