Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I can't find this anywhere?
Can anyone let me know if there a webhook or any other way to get notified when an order is marked as ready for pickup in the admin?
Thanks
@Timed_Ecom if you want to be notified about the fulfillment update then you can register a webhook for that every time the fulfillment is updated Shopify will notify you.
Webhook Name fulfillments/create, fulfillments/update
Go to settings > notifications > webhook > create webhook.
webhook name fulfillment create or fulfillment update
if you want to notify customer then it's also possible.
I have tried that and i don't get anything?
After the order was marked "Ready for pickup" i went and checked the order and the fulliments object was just an empty array.
"fulfillments": []
@Timed_Ecom Try with order update webhook I'm sure you will get the status in the response.
Nothing.
How you are updating the status?
Someone manually clicks the "Ready for pickup" button in the admin.