Local pickup API

Local pickup API

bornshiva
Shopify Partner
15 0 5

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.

Replies 3 (3)

noptech
Shopify Partner
6 0 0

Someone here ?

bornshiva
Shopify Partner
15 0 5

Waiting for a response 

LeeOGrady
Shopify Partner
7 0 13

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.