Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.34 KB

ContactAddress.md

File metadata and controls

15 lines (12 loc) · 1.34 KB

# ContactAddress

Properties

Name Type Description Notes
address_line1 string The first line of the street address. [optional]
address_line2 string The second line of the street address. Use this field for additional address information, such as a suite or apartment number. [optional]
city string The city in which the address is located. [optional]
country_code string The country of the address, represented as two-letter ISO 3166-1 Alpha-2 country code. For example, US represents the United States and DE represents Germany. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/logistics/types/CountryCodeEnum.html&#39;&gt;eBay API documentation</a> [optional]
county string The county (not country) in which the address is located. Counties typically contain multiple cities or towns. [optional]
postal_code string The postal code of the address. [optional]
state_or_province string The state or province in which the address is located. States and provinces often contain multiple counties. [optional]

[Back to Model list] [Back to API list] [Back to README]