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
Looking to create an order tag to be able to distinguish where orders are to be fulfilled from multiple locations.
Order is for product(s) to be fulfilled only from Amazon MCF - gets a tag ‘fullmcf’
Order is for products to be fulfilled from multiple locations (Amazon MCF and another location (eg our UK warehouse)) – gets a tag ‘partialmcf’
There is already a template on Shopify but it doesn't do exactly what we want on the above.
Solved! Go to the solution
This is an accepted solution.
I have managed to sort this - the key being the distinction between 'orders' and 'fulfilment orders'.
Flow is:
Trigger - 'order' created - wait 5 secs
Check - if 'fulfilment order' location is only xyz - give it a tag of 'fullxyz'
and then a second flow of:
Trigger - 'order' created - wait 5 secs
Check - if a 'fulfilment order' location is xyz and a 'fulfilment order' location is one of the different ones - give it a tag of 'partialxyz'
I have attached flows below - I also included a CA country exclusion from the check as Amazon MCF cannot ship across into Canada from USA
This is an accepted solution.
I have managed to sort this - the key being the distinction between 'orders' and 'fulfilment orders'.
Flow is:
Trigger - 'order' created - wait 5 secs
Check - if 'fulfilment order' location is only xyz - give it a tag of 'fullxyz'
and then a second flow of:
Trigger - 'order' created - wait 5 secs
Check - if a 'fulfilment order' location is xyz and a 'fulfilment order' location is one of the different ones - give it a tag of 'partialxyz'
I have attached flows below - I also included a CA country exclusion from the check as Amazon MCF cannot ship across into Canada from USA