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.