Covers all questions related to inventory management, order fulfillment, and shipping.
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.
Solved! Go to the solution
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.
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.