Address Validation
Validate and normalize shipping addresses before rating or label generation.Proper address formatting reduces carrier surcharges, failed deliveries, and re-boxing due to dimensional mismatches.
š Why It Matters
Address validation ensures:
ā Accurate delivery routing
š¦ Reduced address correction fees
š« Fewer failed deliveries or returns
š¬ USPS & UPS compatibility
š Cleaner data for downstream processes (e.g., cartonization, rate shopping)
š” Best Practices
Always validate addresses beforeĀ rating or creating a label
Store the validated address result and use it consistently across your shipment
If an address can't be validated, prompt the user to correct it manually or confirm as-is
For bulk imports or integrations, run validations in batch ahead of fulfillment
ā ļø Notes
Validation is available for most U.S. addresses (via USPS and UPS APIs)
Normalization may modify input fields (e.g., SteĀ ā Suite, CAĀ ā California) depending on carrier formatting rules