Optional
Readonly
additionalFurther information on the Address.
Optional
Readonly
additionalFurther information on the street address.
Optional
Readonly
apartmentNumber or name of the apartment.
Optional
Readonly
buildingNumber or name of the building.
Optional
Readonly
cityName of the city.
Optional
Readonly
companyName of the company.
Readonly
countryName of the country.
Optional
Readonly
customCustom Fields defined for the Address.
Optional
Readonly
departmentName of the department.
Optional
Readonly
emailEmail address of the contact.
Optional
Readonly
externalID for the contact used in an external system.
Optional
Readonly
faxFax number of the contact.
Optional
Readonly
firstGiven name (first name) of the contact.
Optional
Readonly
idUnique identifier of the Address.
It is not recommended to set it manually since the API overwrites this ID when creating an Address for a [Customer](ctp:api:type:Customer).
Use `key` instead and omit this field from the request to let the API generate the ID for the Address.
Optional
Readonly
keyUser-defined identifier of the Address that must be unique when multiple addresses are referenced in BusinessUnits, Customers, and itemShippingAddresses
(LineItem-specific addresses) of a Cart, Order, QuoteRequest, or Quote.
Optional
Readonly
lastFamily name (last name) of the contact.
Optional
Readonly
mobileMobile phone number of the contact.
Optional
Readonly
pOBoxPost office box number.
Optional
Readonly
phonePhone number of the contact.
Optional
Readonly
postalPostal code.
Optional
Readonly
regionName of the region.
Optional
Readonly
salutationSalutation of the contact, for example 'Mr.' or 'Ms.'
Optional
Readonly
stateName of the state, for example, Colorado.
Optional
Readonly
streetName of the street.
Optional
Readonly
streetStreet number.
Optional
Readonly
titleTitle of the contact, for example 'Dr.'
Address type to be used on write methods. Optionally, use the
custom
field in addition to the fields of a BaseAddress.