Hi all,
I can split fulfillment orders (FO) via Shopify admin panel or graphql fulfillmentOrderSplit mutation.
Let’s say we have a FO with ID 1234 and 3 products A,B,C.
When i split the FO via admin panel or graphql fulfillmentOrderSplit mutation as A+B in one FO and C in one FO this happens:
1st FO: FO ID → 1234, Products: A,B
2nd FO: FO ID → 4354, Products: C
It successfully splits into 2 FOs. First one has the same FO ID as the original FO and second one gets a new FO ID.
I’d like my splits to be generated with 2 new FO IDs for various reasons.
Is the possible?