This operation validates international addresses to improve postal accuracy within that country. This ensure that parcels are rated correctly and shipments reach their final destination on time. The International Address Validate operation sends an address for verification, and the response indicates whether the address is valid.
Key Considerations:
VALIDATED_AND_NOT_CHANGED or VALIDATED_CHANGED
for valid addresses. Invalid addresses result in HTTP status 400 with an Error Code of Invalid Address
.The address has been verified.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "addressLine1": "638 Manitobazz",
- "cityTown": "Winnipeg",
- "countryCode": "CA",
- "name": "Paul Wright",
- "phone": "203-555-1213",
- "postalCode": "R2W 2H1",
- "residential": false,
- "stateProvince": "AB"
}
{- "addressLine1": "638 Manitoba Ave",
- "addressLine2": "",
- "addressLine3": "",
- "cityTown": "Winnipeg",
- "countryCode": "CA",
- "name": "",
- "postalCode": "R2W 2H1",
- "residential": false,
- "stateProvince": "MB",
- "status": "VALIDATED_CHANGED"
}