Optional ReadonlyadditionalFurther information on the Address.
Optional ReadonlyadditionalFurther information on the street address.
Optional ReadonlyapartmentNumber or name of the apartment.
Optional ReadonlybuildingNumber or name of the building.
Optional ReadonlycityName of the city.
Optional ReadonlycompanyName of the company.
ReadonlycountryName of the country.
Optional ReadonlydepartmentName of the department.
Optional ReadonlyemailEmail address of the contact.
Optional ReadonlyexternalID for the contact used in an external system.
Optional ReadonlyfaxFax number of the contact.
Optional ReadonlyfirstGiven name (first name) of the contact.
Optional ReadonlyidUnique 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 ReadonlykeyUser-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 ReadonlylastFamily name (last name) of the contact.
Optional ReadonlymobileMobile phone number of the contact.
Optional ReadonlyphonePhone number of the contact.
Optional ReadonlypPost office box number.
Optional ReadonlypostalPostal code.
Optional ReadonlyregionName of the region.
Optional ReadonlysalutationSalutation of the contact, for example 'Mr.' or 'Ms.'
Optional ReadonlystateName of the state, for example, Colorado.
Optional ReadonlystreetName of the street.
Optional ReadonlystreetStreet number.
Optional ReadonlytitleTitle of the contact, for example 'Dr.'
Polymorphic base type that represents a postal address and contact details. Depending on the read or write action, it can be either Address or AddressDraft that only differ in the data type for the optional
customfield.