Is it possible? I see that I can do a for each loop to retrieve the product options…I see I can check if the option name is equal to X…but I don’t see of a way to actually update the option’s name.
The trigger for this would be when a new product is added to the store, check which product it is through a tag, if it is the correct product, do a for each loop to get all product options, check if one of the product options is named X, then if so change it to Y.
This solution seems to not work anymore, is there a substitution?
In my flow, I want to use Product Variant Added, do if statement, if has metafield XYZ = TRUE, I would like to change (or append) size variant name so it’s not “M”, but instead “M (not active)”. This should be possible with Send Admin API, right? Could you help with an example of how to achieve this?
I don’t have an example handy for you. I’d recommend trying it first without updating an variant but using “Log output” as the action. Once you have the condition right, try out the updating variant part. Post back here if you get stuck