I did some playing around in Postman, and it looks like something like the following can maybe work:
-
Load fulfillment orders. Ideally there’s just one.
-
Move it to a location which the ERP system has fulfillments from.
-
Fulfill lines from that location.
-
Move the fulfillment order to another location. This will actually split the fulfillment order into the fulfilled part and the unfulfilled part.
-
Fulfill to the new fulfillment order.
-
Keep repeating until all of the fulfillments are sent over.
I think that can work for simpler setups. But it could become a disaster for more complex situations, like if the original fulfillment order was already split when we started the export we’d have to hunt down which lines are where each step of the way.