Re: Unable to create fulfillment for local delivery order

Solved

Unable to create fulfillment for local delivery order

tikhon
Shopify Partner
15 3 1

Hi everyone,

 

I'm trying to create fulfillment entity for an order with local delivery. Here is what I receive in fulfillment_orders:

 

https://flot-test.myshopify.com/admin/api/2022-10/orders/5079794417731/fulfillment_orders.json {"fulfillment_orders":[{"id":6098800246851,"shop_id":56388485187,"order_id":5079794417731,"assigned_location_id":62326308931,"request_status":"unsubmitted","status":"open","supported_actions":["hold"],

For usual orders there is "create_fulfillment" actions among supported actions. Why can't I create a fulfillment for local delivery orders? The same issue occurs with pick-up orders.

Accepted Solution (1)

RobZone
Shopify Staff
76 10 22

This is an accepted solution.

This action is not currently supported by the API for local delivery.

For the local pickup example, you can call the fulfillmentOrderLineItemsPreparedForPickup graphQL mutation to perform what would happen if the "Ready for pickup" button was clicked in admin.  This action should appear in the list of supported actions, but does not.  I will add this to the backlog as a bug.

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

View solution in original post

Reply 1 (1)

RobZone
Shopify Staff
76 10 22

This is an accepted solution.

This action is not currently supported by the API for local delivery.

For the local pickup example, you can call the fulfillmentOrderLineItemsPreparedForPickup graphQL mutation to perform what would happen if the "Ready for pickup" button was clicked in admin.  This action should appear in the list of supported actions, but does not.  I will add this to the backlog as a bug.

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