Skip to main content

The type that defines the fields for an address.

Types that use Address

CoreItemItem

Calls that use Address

Fields

Field
Type
Description
addressLine1
The first line of the street address.

Note: This is conditionally returned in the itemLocation field.
addressLine2
The second line of the street address. This field is not always used, but can be used for "Suite Number" or "Apt Number".
city
The city of the address.
country
The two-letter ISO 3166 standard code for the country of the address.
county
The county of the address.
postalCode
The postal code (or zip code in US) code of the address. Sellers set a postal code (or zip code in US) for items when they are listed. The postal code is used for calculating proximity searches. It is anonymized when returned in itemLocation.postalCode via the API.
stateOrProvince
The state or province of the address.

Note: This is conditionally returned in the itemLocation field.