eBay · Schema
ShippingAddress
A type that defines the fields for a shipping address. For restrictions, see Shipping restrictions.
Note: If the address cannot be validated, a warning message will be returned.
AuctionsCommerceProductsMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| addressLine1 | string | The first line of the street address where the item is being shipped. Maximum:
|
| addressLine2 | string | The second line of the street address where the item is being shipped. This optional field can be used for information such as 'Suite Number' or 'Apt Number'. Maximum:
|
| city | string | The city of the address where the item is being shipped. |
| country | string | The two letter code representing the country of the address. For implementation help, refer to eBay API documentation< |
| county | string | The county of the address where the item is being shipped. |
| phoneNumber | string | The phone number of the person receiving the package. Note: It is highly recommended that when entering the phone number you include the country code. For |
| postalCode | string | The postal code of the address where the item is being shipped. Note: This is optional when shipping to EBAY_HK (Hong Kong). |
| recipient | object | The name of the person receiving the package. |
| stateOrProvince | string | The state or province of the address. Note: For the US marketplace, this is a two-character value. For a list of valid values, see View JSON Schema on GitHub JSON Schema
|