Import external products into woocommerce using API
-
Hello!
i am trying to import products from an external source into woocommerce. I would like to store all those products into our wordpress instance. We are given an api but that CRM product api requires authentication and another id in order for me to get the json (before i was just able to get the json from their old api url now it requires authentication.)
the documentation for their APi is here: https://code.treez.io/reference#product_api-beta
as you can see it requires me to authenticate and use a client ID. previously i was just able to use the json feed form their URL and import using the All Import wordpress plug-in.
I don’t know if i can pass the authorization and client id via a url..it looks like i need to use cURL. how would i go about this? I know woocommerce has its own API but how would i get Product API from the external CRM to integrate with WooCommerce’s api? Any suggestions, direction would help.
The topic ‘Import external products into woocommerce using API’ is closed to new replies.