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.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
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.
The text was updated successfully, but these errors were encountered: