Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
For Local Pickup option shopify
Kindly let us know if "Mark as Picked up" and "Ready for Pick up" status be modified through API or GraphQL or Flow?
So when an order is ready for a customer to pick up we need an api call that updates the order status to "Ready for Pick up" instead of manually updating it.
So when an order is picked up by the customer we need an api call that updates the order status to "Mark as Picked up" instead of manually updating it.
Someone here ?
Waiting for a response
Hi Bornshiva,
Its not a trivial process.
Mark as ready for pick up is available via graphql only afaik. https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentOrderLineItemsPreparedForPi...
Mark as picked up doesnt appear to have a specific call (something i'm looking for now). creating a fulfilment seems to update the order to be what you'd expect, however this may send a 'shipped order' notification to your customer if that param is set which is not ideal. https://shopify.dev/docs/api/admin-rest/2023-04/resources/fulfillment#post-fulfillments
Good luck.