Ready for Pickup - bulk

Isn’t it possible to mark orders “ready for pickup” in bulk in the advanced version?
Can’t find any action the order interface or with a flow.

Or more clearly. do we really need to develop a custom app just to send customers a notification that their order is ready for pickup unless not managing the “ready for pickup button” one order at a time? Feels so 1990 tbh

Hey @Per_Svanstrom, thanks for reaching out :waving_hand:

At the moment, it’s not possible to mark multiple local pickup orders as “ready for pickup” from within the admin UI itself, but enabling a feature that would allow folks to do that in the admin is something we have looked at in the past. I can’t guarantee when/if this would roll out but it is a very popular feature request.

At the moment the only way to work around the limitation is to either use 3P app or build a custom app of your own like you mentioned. You’d essentially just need to use the fulfillmentOrderLineItemsPreparedForPickup mutation to set this up. per-order (you could build a function in your app that runs this in bulk):

There are a few existing apps here that do enable this functionality if you wanted to take a look as well:

(You don’t need to use the pre-order function to use the “bulk” action function from what the developer has mentioned here: How can I bulk notify customers about ready for pickup orders? - #8 by basilkhan - Shopify Discussion - Shopify Community)

I definitely get this isn’t ideal though, so I’m happy to pass along your feedback to our product team. Hope this helps a little bit at least, please let me know if I can help out further (happy to assist with some questions if you do look at making your own app!).