ValidateAddress
Validates a customer address and returns back a collection of address matches.
Input
Name | Type | Required | Description |
Country | String | False | Two-letter ISO country code of the customers address. |
State | String | False | Two-letter ISO state code of the customers address. |
ZIP | String | False | Postal code for given location (5-Digit ZIP or ZIP+4). |
City | String | False | City of the customers address. |
Street | String | False | Street address of the customers address or the entire address as freeform input. |
Result Set Columns
Name | Type | Description |
AdressAggregates | String | Collection of address matches |