Image gallery of product variations through the API
-
Hello Team!
We create and update our webshop’s products through the woo commerce REST API.
I would like to mention here that we have simple and variable products in our e-shop. One of the reasons we chose woodmart it’s because we want to have an image gallery for the product variations.
Could you please provide us with a code snippet and guidance or update the theme in such a way that we can set the image gallery of product variations through the API ?
Hello,
Our variations image gallery data is stored in the wp_postmeta
table. The key to this data is woodmart_variation_gallery_data
. Hope this will help you.
Unfortunately, we don’t have a code snippet that you should help you.
Kind Regards
Thank you for the answer!
I will try this.
Panos