name required | string (Name) <= 64 characters The name of the addressee
|
| Organization (string) or Organization (null) (Organization) The organization of the addressee
|
| Email (string) or Email (null) (Email) The email of the addressee
|
| Phone (string) or Phone (null) (Phone) The phone number of the addressee
|
address_line_1 required | string (Address Line 1) [ 1 .. 100 ] characters The first line of the address
|
| Address Line 2 (string) or Address Line 2 (null) (Address Line 2) The second line of the address
|
| City Locality (string) or City Locality (null) (City Locality) The city or locality of the address
|
| State Province (string) or State Province (null) (State Province) The state, province, county, or municipal division
|
| Postal Code (string) or Postal Code (string) (Postal Code) The postal code or zip code
|
country_code required | string (Country Code) = 2 characters The ISO 3166 country code
|
address_type | string (AddressType) Default: "unknown" The category of the address. It may affect how certain carriers charge for a delivery/pickup.It is recommended to specify it, if it is known.
Enum: "unknown" "residential" "commercial" "po_box" "military" |