This scenario happens often enough that you should be worried about flushing $2 away on a single order. And because this is a packing optimization that has less to do with dim fees than it does straight-up carton configurations, it actually means your new box-on-demand machine may not be smart enough to make the right decisions here.
Consequently, when you rate shop multiple carriers for an order, you should make sure you are comparing the most optimal pack solution for each of those carriers. You don't want to rate the same packing solution with multiple carriers. Because it may alter which carrier is cheaper, we actually do want to compare apples to oranges: The optimal packing for FedEx against the optimal packing for UPS. Seems complex, right? It gets worse...
Even for a single carrier, you should sometimes pack differently depending on what zone you are shipping to because packing incentives change depending on how far you're shipping an order. We've found that zone-based packing errors can get really expensive.
Take this scenario from a real shipper: Two identical orders going FedEx Ground, one to Zone 2 and one to Zone 9. For this order in zone 2, you have a relatively high base box cost (let's say $15), but relatively small price increases per pound (25 cents/lb or 1%). This tells us that FedEx would rather have you condense your items into fewer (and/or smaller) boxes in zone 2. Presumably because fewer/smaller boxes are easier for their employees to actually process and carry (or let's be honest; throw carelessly at your garage door).
Compare that to this order in zone 9, where there is a base box cost of ~$65, but higher relative per pound increases ($3/lb or 4%). This tells us that for long distances (Hawaii, in this real-life example), the total weight is much more of a concern for them than number of boxes. In zone 9, they are providing an incentive for lower weight, dimensional or otherwise. Presumably because it will go in a plane at some point, where "weight" is more of a factor.
Now, your algorithm should look at the rate tables, and try to pack things the way FedEx wants. For zone 2, it should suggest one large and one small box, which represents the incentive (fewest boxes and then the smallest additional box if needed), even though in this case it gets dimmed. 73lbs and $29.23 total.
However, for zone 9, where weight is king, it should suggest two medium sized boxes in order to minimize weight (dimensional weight is still weight, from a cost perspective). Zone 9 rates penalize dim rated and very full cartons. 67lbs and $225.58 total.
Bottom Line
You need cartonization logic that can look at your negotiated rate table, which changes every year, and make intelligent snap decisions for each shipment. And this is only part of the complexity of a production-ready, shipping-cost-aware cartonization engine.
Paccurate makes cost-aware cartonization easy for shippers large and small. Try out the API for free.
Back to blog