Accepting credit cards, warehouses, and shipping and fulfilling orders
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,
We allow our customers to order items from two locations in the one order. However, when we process the orders (using a third party delivery app) it only automatically fulfils the items from one location, leaving the order marked as unfulfilled on Shopify. Is it possible to get the second location to automatically fulfil as well? We don't split fulfilments so all of the items are shipped in the one package anyway.
Thanks,
Chelsea
You can set up a Flow which will fire up on trigger "Order fulfilled" (this will trigger even if partially fulfilled by an App as it happens in your case),
The Flow will check if there are unfulfilled items in this order and fulfil them.
Can add delays or checks, but the general idea is like this.
Something like this:
Thank you Tim!
I have that set up but it's not working when I'm testing. I'll attach a screenshot of the set up flow.
Our courier services are apps that we 'created' ourselves, basically an integration with Scurri. Does this change things?