Sync products from API
-
Hello!
I have CRM which have API with all added products. I want to made some bridge between my CRM and woocommerce to sync all products.
Sample for api output:
[{"title":"Test Product","category":"Category","variations":[{"label":"Color","values":["red","blue","green"]},{"label":"Size","values":["S","M","L"]}],"photos":["img_5ea31ba386e79_1587747747.png","img_5ea31ba3a9e43_1587747747.png"],"stock":125,"price":25,"promo_price":1,"availability":"enabled"}]My question is, is there any plugin which I can use for base and to upgrade it for my needs or I should do all custom solution?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Sync products from API’ is closed to new replies.