Verify Address
Use this endpoint to verify an address prior to doing a cart or creating a order.
Headers
X-API-KEY
Request
This endpoint expects an object.
city
City or post-town
line1
the first line of the address (e.g., street, PO Box, or building)
state
State, province, county or other large territorial division.
zip
Postal or ZIP code.
countryCode
CountryCode is a string field that represents the ISO 3166-1 alpha-2 code of a country. For example, US for the United States, GB for Great Britain etc. Default and only currently accepted value is US.
line2
the second line of the address, if there is one (e.g., apartment or suite number)
Response
OK
city
City or post-town
line1
the first line of the address (e.g., street, PO Box, or building)
state
State, province, county or other large territorial division.
zip
Postal or ZIP code.
$schema
A URL to the JSON Schema for this object.
countryCode
CountryCode is a string field that represents the ISO 3166-1 alpha-2 code of a country. For example, US for the United States, GB for Great Britain etc. Default and only currently accepted value is US.
line2
the second line of the address, if there is one (e.g., apartment or suite number)