Update product variantAsk AIpatch https://api.yotpo.com/core/v3/stores/{store_id}/products/{yotpo_product_id}/variants/{yotpo_variant_id}Updates a product variant within your product catalog.Path Paramsstore_idstringrequiredThe store ID (app_key).yotpo_product_idint64requiredThe Yotpo ID for the product. This ID is created automatically upon creation of the product. You can find it by using the Retrieve endpoint.yotpo_variant_idint64requiredThe Yotpo ID for the product variant. This ID is created automatically upon creation of the variant. You can find it by using the Retrieve endpoint.Body Paramsexternal_idstringThe merchant's unique ID for the product. Max. length: 255 characters.Responses 200200 400400 404404Updated 10 months ago