Covers all questions related to inventory management, order fulfillment, and shipping.
We are looking for updating default fulfilment location of each item in order via API. As our current orders move to default location based on shopify logic, But we are planning to listen to shopify order webhook and move order to different fulfilment location.
We have used move API, but we observed I can't split items into multiple fulfilment order using API.
POST /admin/api/2021-01/fulfillment_orders/{fulfillment_order_id}/move.json
Our observation
Any solution for this.
So I found a hacky solution with graphql. Just have a look for my code here :