chore: add missing since and featureFlag tags (#13926)

This commit is contained in:
Shahed Nasser
2025-10-31 16:17:19 +02:00
committed by GitHub
parent 604ff55a5b
commit 0fd9f27ca5
17 changed files with 50 additions and 2 deletions
@@ -1080,6 +1080,8 @@ export class Product {
* This method manages image-variant associations for a specific image. It sends a request to the
* [Batch Image Variants](https://docs.medusajs.com/api/admin#products_postproductsidimagesimage_idvariantsbatch)
* API route.
*
* @since 2.11.2
*
* @param productId - The product's ID.
* @param imageId - The image's ID.
@@ -1116,6 +1118,8 @@ export class Product {
* This method manages variant-image associations for a specific variant. It sends a request to the
* [Batch Variant Images](https://docs.medusajs.com/api/admin#products_postproductsidvariantsvariant_idimagesbatch)
* API route.
*
* @since 2.11.2
*
* @param productId - The product's ID.
* @param variantId - The variant's ID.