Hi,
I have tried to enable the multi shipping in the magento 2, but I found the magento didn't save all shipping under the same order number.
For example if I have 3 items in carts, each item delivery to different address/recipient.
1 item delivery to Recipient A,
1 item delivery to Recipient B
1 item delivery to Recipient C.
When i complete the order, I found Magento save order with 3 different order and each shipping will be assigned different order number.
1 item delivery to Recipient A, order number 10001
1 item delivery to Recipient B, order number 10002
1 item delivery to Recipient C, order number 10003
Is there any extension or plugin that allow to save all shipping under the same order number ?