Hi @bambopanda ,
Starting in API version 2024-04 PRODUCT_VARIANT is no longer a valid translatable resource type, it’s been replaced with PRODUCT_OPTION_VALUE so the resource ID’s being passed in would need to be different as well.
There’s a deprecation notice that provides a little more detail in the description for the PRODUCT_VARIANT value for the TranslatableResourceType enum dev docs in API version 2024-01 [dev docs link] which explains it like this:
An online store product variant. Translatable fields: option1, option2, option3. PRODUCT_VARIANT is deprecated, it is no longer a translatable resource type. Use PRODUCT_OPTION_VALUE instead.
If you’d like to discuss this change further in the forums it’s recommended that you post in the “New GraphQL Product APIs” discussion board instead which is more focused on this topic.