How many shipping addresses per completed order allowed in magento 2 ?
A. One shipping address per line item is possible
B. Only one shipping address per order is possible
C. One shipping address per unit of quantity is possible
D. One shipping address per product type is possible
Explanation : Magento 2 by default allow only one shipping address per completed order, even in multiple-shipping case, there will be multiple order completed as per shipping method. You can enable magento 2 multi-shipping from here and test it on staging instance.
You can explore more blog posts here.
Nice questions for understanding logic and programmatical.