Integrate product feed API in Woocommerce [closed]
There is a similar problem to create posts from an API and programmatically generating posts. Essentially just parse the JSON into an array, grab the fields you need, and create the post/product. You most likely need to pull the images as well. You should also consider if the post already exists in your database and … Read more