If you create a pick up in store order, then it is possible to mark the order ready for pick up and customer receives an email notificaton - all good. Then, once the order has been picked up, it would make sense to set the order as picked up. There does not seem to be any public API to do this.
In the Shopify Admin portal, marking the order as picked up seems to submit the following information:
Doing so marks the order as fulfilled, but doing so does not seem to send an email notificaton to the customer. Marking the order as picked up in the POS and admin does.
Hey @Evaldas_Raisutis, there is currently no public API to mark a pickup order as “picked up” with the same email notification behavior you see in the Admin UI and POS.
Using fulfillmentCreate (as you discovered) marks the order as fulfilled but doesn’t trigger the pickup completion email, even with notifyCustomer: true.
I’ve documented this as feedback as a feature request for the team. Feel free to share any additional details about your use case or workarounds you end up implementing so I can pass that on as well.
Out of curiosity, after you create the fulfillment, have you tested to see if the fulfillmentEventCreate mutation with marked as delivered sends a notification?
It may be worth trying since the fulfillment APIs are designed more for orders that are shipped, not pickup in store.
Hey @Evaldas_RaisutisDELIVERED would be the enum to use in this case since you would be using the fulfillment APIs to create the fulfillment. Same limitation here in that there aren’t API’s for local pickup.
Thanks for testing that. That’s too bad it didn’t work. I do have that feature request in. Currently, you will then have to continue to use non API actions for pick up orders.
I find it baffling that there is no QraphQL mutation to mark items as picked up… How do large Shopify Plus clients with hundreds of locations manage order pick-ups without any API? Surely they don’t all use Shopify POS in-store. This makes store employees require the option to have access to Shopify and mark it as picked-up. It would be so easy to make this a public Flow action.