API Endpoint for Setting Order to ready_for_pickup

trylokii
Visitor
2 0 2

Hi,

 

I was wondering if anyone has come across the process flow or API endpoint for setting an order to ready_for_pickup? 

When you create a new fulfillment at this endpoint via POST:

/admin/api/2020-04/orders/{order_id}/fulfillments/{fulfillment_id}json

with the following JSON:

{
  "fulfillment":{
  "id": 22222222222,
"location_id":444444444,
"shipment_status":"ready_for_pickup",
"notify_customer":true,
}
}

 

It creates a fulfillment marked as fulfilled but I need it to show as ready for pickup to the store. How can I set that order as Ready for Pickup using the API? I see that a lot of that metadata is stored at the fulfillment_order side but there is no documentation on how to update that status. 

 

Thanks!

Replies 4 (4)

EricBLott
Tourist
4 0 2

@trylokii 

Any luck fixing this? I'm having the same issue.

 

Thanks

rodrigosqquid
Shopify Partner
7 0 3

We have the same issue as well. Anyone from Shopífy who can clarify?

ftj007
Visitor
2 0 0

I've the same issue, anyone has a solution ?

Brett_Bullock
Shopify Staff (Retired)
3 0 4

This is a known issue and is slated to be resolved in the 2023-01 release candidate https://shopify.dev/api/admin-graphql/2023-01/mutations/fulfillmentOrderLineItemsPreparedForPickup

To learn more visit the Shopify Help Center or the Community Blog.