Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This object contains the result a zip to city/state inquiry.

validZip zip city state

Field

Type

Description

validZip

boolean

True if the zip was translated successfully into a city and state. False otherwise.

zip

String

Zip Code, either 5 digit or zip+4. Examples: 30041, 30041-7436

city

String

City

state

String

State (two letter abbreviation)

 

See Also:
getCityState - Checkout API Method

...