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
idStringThe address"s id of the order address.
The street address of the address.
addressLine2StringAn optional additional field for the street address of the address.
The city information of the address.
companyStringThe company of the person associated with the address.
The country information of the address.
districtOrderAddressDistrictThe district information of the address.
The first name of the person associated with the address
identityNumberStringThe identity number of the person associated with the address.
The address"s id of the order address.
The last name of the person associated with the address
phoneStringThe phone of the person associated with the address.
postalCodeStringThe postal code of the address.
regionOrderAddressRegionThe region information of the address.
stateOrderAddressStateThe state information of the address.
taxNumberStringThe tax number of the person associated with the address.
taxOfficeStringThe tax office of the person associated with the address.