Skip to main content

OrderAddress

type OrderAddress {
id: String
addressLine1: String!
addressLine2: String
city: OrderAddressCity!
company: String
country: OrderAddressCountry!
district: OrderAddressDistrict
firstName: String!
identityNumber: String
isDefault: Boolean!
lastName: String!
phone: String
postalCode: String
region: OrderAddressRegion
state: OrderAddressState
taxNumber: String
taxOffice: String
}

Fields

The address"s id of the order address.

addressLine1String!required

The street address of the address.

addressLine2String

An optional additional field for the street address of the address.

cityOrderAddressCity!required

The city information of the address.

companyString

The company of the person associated with the address.

countryOrderAddressCountry!required

The country information of the address.

The district information of the address.

firstNameString!required

The first name of the person associated with the address

identityNumberString

The identity number of the person associated with the address.

isDefaultBoolean!required

The address"s id of the order address.

lastNameString!required

The last name of the person associated with the address

phoneString

The phone of the person associated with the address.

postalCodeString

The postal code of the address.

The region information of the address.

The state information of the address.

taxNumberString

The tax number of the person associated with the address.

taxOfficeString

The tax office of the person associated with the address.