Retrieve product variant by IDAsk AIget https://api.yotpo.com/core/v3/stores/{store_id}/products/{yotpo_product_id}/variants/{yotpo_variant_id}Retrieves a product variant by store ID, product ID, and product variant ID.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.Responses 200200 400400 404404Updated 10 months ago