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
id
StringThe address"s id of the order address.
The street address of the address.
addressLine2
StringAn optional additional field for the street address of the address.
The city information of the address.
company
StringThe company of the person associated with the address.
The country information of the address.
district
OrderAddressDistrictThe district information of the address.
The first name of the person associated with the address
identityNumber
StringThe 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
phone
StringThe phone of the person associated with the address.
postalCode
StringThe postal code of the address.
region
OrderAddressRegionThe region information of the address.
state
OrderAddressStateThe state information of the address.
taxNumber
StringThe tax number of the person associated with the address.
taxOffice
StringThe tax office of the person associated with the address.