Title: API feature
Last modified: April 29, 2025

---

# API feature

 *  Resolved [vipinphilipj](https://wordpress.org/support/users/vipinphilipj/)
 * (@vipinphilipj)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/api-feature/)
 * I am adding products to my site via API.. I add all the information via API. 
   As the variation gallery is an additional feature i wanted to know, is there 
   a documentation i can refer to so i can add the variation gallery images via 
   api automatically.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fapi-feature%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [M Rashid](https://wordpress.org/support/users/mamunur105/)
 * (@mamunur105)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/api-feature/#post-18442690)
 * Hello,
 * Thank you for using our plugin.
 * We haven’t officially tested this using the REST API, but I can share how the
   media items are stored internally.
 * Each variation has a meta key named rtwpvg_images which holds an array of image
   attachment IDs used for the variation gallery.
 * While not officially documented for API use, you can try sending the following
   structure when creating or updating a variation via the API:
 *     ```wp-block-code
       "meta_data": [  {    "key": "rtwpvg_images",    "value": [1234, 5678]  // Attachment IDs of the gallery images  }]
       ```
   
 * Please note this is just a guideline and may require adjustments depending on
   your setup.

Viewing 1 replies (of 1 total)

The topic ‘API feature’ is closed to new replies.

 * ![](https://ps.w.org/woo-product-variation-gallery/assets/icon-256x256.gif?rev
   =2627227)
 * [Variation Images Gallery for WooCommerce](https://wordpress.org/plugins/woo-product-variation-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-product-variation-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-variation-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-variation-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-variation-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-variation-gallery/reviews/)

## Tags

 * [api](https://wordpress.org/support/topic-tag/api/)

 * 1 reply
 * 2 participants
 * Last reply from: [M Rashid](https://wordpress.org/support/users/mamunur105/)
 * Last activity: [11 months, 3 weeks ago](https://wordpress.org/support/topic/api-feature/#post-18442690)
 * Status: resolved