Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi all!
I kinda need some help. At the moment i am using an APP that gets triggered every time i update a variant and checks if in the variant title is present the word "express" and it dynamically changes the shipping rate accordingly. If it is present sets the variant to "express" shipping otherwise it sets it to the "standard" one.
Besides the fact that i feel that something like this should be already in Shopify by default, do you guys know how to make it happen with Flow?
Thanks!
Riccardo
Hi @COEFFORT,
Flow doesn't yet offer a trigger for a generic Variant Changed event, but assuming one is available from a Partner app's connector or you can use something like the Product Variant Added trigger, the actions to make those changes are available.
It should be possible to change the shipping profile using the Send Admin API Request action that was launched today at Summer Editions. You'll need to use the deliveryProfileUpdate mutation to change the list of products in the specified shipping profile. Keep in mind, this allows for updating the whole profile. You'll want to focus on the variantsToAssociate and variantsToDissociate fields.
Hope that helps!