We need to create UPS shipping label for an order which have 5 quantity. But when we create the shipping label it generates only one tracking number for all the 5 boxes. But we need 5 different tracking numbers when an order has 5 quantity.
Magento doesn't even allowing us to create multiple package for a single product. While if we have different products in the same order than, we are able to create different packages.
So, in our case I need as much tracking numbers as the quantity of the same product as we have different boxes for each single unit. We also confirmed with the UPS that if we have 5 different boxes for the same product than we need 5 different tracking numbers. As UPS will not be able to track a box which already has the same tracking number as the other box.
Please suggest how we can do this in Magento 2.1.
Thanks