Hello,
I’m trying to update my private app to use API version 2022-07, and I saw that Shopify removed /orders/{order_id}/fulfillment.json which I’m currently using for fulfillment.
To understand the new process, I checked the API document for FulfillmentOrder https://shopify.dev/api/admin-rest/2022-07/resources/fulfillmentorder
On that page, it shows “Fulfillment orders are created automatically when an order is created.”.
However, it also says “The FulfillmentOrder resource represents either an item or a group of items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.”
It makes sense that FulfillmentOrder represents “an item or a group of items in an order that are to be fulfilled from the same location”
What I’m not sure is the part “there can be more than one fulfillment order for an order at a given location”.
If I have only one location, under what circumstances would Shopify create more than one FulfillmentOrders when an order is crated?