OrderAddressInput
type OrderAddressInput {
id: String
addressLine1: String!
addressLine2: String
city: OrderAddressCityInput!
company: String
country: OrderAddressCountryInput!
district: OrderAddressDistrictInput
firstName: String!
identityNumber: String
isDefault: Boolean!
lastName: String!
phone: String
postalCode: String
region: OrderAddressRegionInput
state: OrderAddressStateInput
taxNumber: String
taxOffice: String
}
Fields
idStringIf the address to be updated is registered in ikas, this field must be filled. If the Id field is sent blank, a new address is generated.
The street address of the address.
addressLine2StringAn optional additional field for the street address of the address.
The name of the city of the address.
companyStringThe company of the person associated with the address.
The name of the country of the address.
districtOrderAddressDistrictInputThe name of the district of the address.
The first name of the person associated with the address
identityNumberStringThe identity number of the person associated with the address.
If the address is to be saved as default, this field can be sent as true.
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.
regionOrderAddressRegionInputThe name of the region of the address.
The name of the state of the address.
taxNumberStringThe tax number of the person associated with the address.
taxOfficeStringThe tax office of the person associated with the address.