You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EasyPost recommends passing the size of the package to the EasyPost API, but currently we're only passing the weight.
Unfortunately, the size can be tricky to calculate for shipments with multiple items because we can't simply do a sum of all items in the shipment, as we do for the weight.