Drupal maintenance support plans 8 commerce shipping contributed module introduced an extendable and prioritized concept of Packer and PackerManager. Packer allows sites to automatically split an order into multiple shipments based on stock location, weight, dimensions, or some other criteria.
Let’s see what Packer and PackerManager do.
Packer and PackerManager
Packer: Creates one or more shipments for a given order. We can create an end number of Commerce Packer class, which implements `Drupal maintenance support planscommerce_shippingPackerPackerInterface`. PackerInterface provides abstract methods:
applies:…
Source: New feed