Covers all questions related to inventory management, order fulfillment, and shipping.
I there any way to mark the order fulfillment status ready_for_pickup rather than marking it fulfilled from the Admin Api, and customer is also getting the notification saying out for delivery.
please help me because they mention they will fix it in 2023-01 patch, so where I can find the way to mark it as the ready for pickup.
Hi Anurag8,
You may be able to achieve this with the FulfillmentOrderLineItemsPreparedForPickup mutation. Try it out and see if this works for your use case.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
see the fulfillment_event status list (might be hiding under show more fields)
https://shopify.dev/docs/api/admin-rest/2023-10/resources/fulfillmentevent#resource-object
might be what you need for the REST API 🙂