ExternalAddress
External address entity for legacy integrations (deprecated).
Represents address data for external systems without type, default status, or active status fields. This functionality is deprecated and will be removed in future versions.
type ExternalAddress {
id: Int!
firstName: String
middleName: String
lastName: String
gender: Gender
company: String
street: String!
number: String
numberExtension: String
postalCode: String!
city: String!
region: String
country: String!
phone: String
mobile: String
email: String
fax: String
code: String
notes: String
icp: YesNo
url: String
name: String
}
Fields
ExternalAddress.id ● Int! non-null scalar
Address primary identifier
ExternalAddress.firstName ● String scalar
First name the address applies to
ExternalAddress.middleName ● String scalar
Middle name the address applies to
ExternalAddress.lastName ● String scalar
Last name the address applies to
ExternalAddress.gender ● Gender enum
Address gender
ExternalAddress.company ● String scalar
Company the address applies to
ExternalAddress.street ● String! non-null scalar
Address street
ExternalAddress.number ● String scalar
Address street number
ExternalAddress.numberExtension ● String scalar
Address street number extension
ExternalAddress.postalCode ● String! non-null scalar
Address postal code
ExternalAddress.city ● String! non-null scalar
Address city
ExternalAddress.region ● String scalar
Address region
ExternalAddress.country ● String! non-null scalar
Address country
ExternalAddress.phone ● String scalar
Fixed phone number that applies to this address [min: 6, max: 30]
ExternalAddress.mobile ● String scalar
Mobile phone number that applies to this address [min: 6, max: 30]
ExternalAddress.email ● String scalar
Email that applies to this address [valid email format needed]
ExternalAddress.fax ● String scalar
Fax number that applies to this address [min: 6, max: 30]
ExternalAddress.code ● String scalar
Address code
ExternalAddress.notes ● String scalar
Address delivery notes
ExternalAddress.icp ● YesNo enum
ICP address field defines whether tax should be applied to an order if the address is selected as a delivery address. Used when shipping b2b order abroad
ExternalAddress.url ● String scalar
Address company domain url
ExternalAddress.name ● String scalar
Address friendly descriptive name
Returned By
externalAddress query ● externalAddressCreate mutation ● externalAddressUpdate mutation