logistics.shipengine.validate
Validate and standardize US addresses to prevent shipping errors. Corrects typos, adds ZIP+4 codes, and returns USPS-verified addresses before processing shipments.
Instructions
Validate and standardize a US address — returns USPS-verified address with corrected spelling, ZIP+4, and validation status. Catches typos, missing info, and invalid addresses before shipping (ShipEngine)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address_line1 | Yes | Street address (e.g. "1 E 161 St") | |
| address_line2 | No | Apartment, suite, unit (e.g. "Apt 4B") | |
| city | No | City name (e.g. "Bronx") | |
| state | No | State code (e.g. "NY") | |
| postal_code | No | ZIP code (e.g. "10451") | |
| country | No | Country code (default US) | US |