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
id
StringIf 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.
addressLine2
StringAn optional additional field for the street address of the address.
The name of the city of the address.
company
StringThe company of the person associated with the address.
The name of the country of the address.
district
OrderAddressDistrictInputThe name of the district of the address.
The first name of the person associated with the address
identityNumber
StringThe 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
phone
StringThe phone of the person associated with the address.
postalCode
StringThe postal code of the address.
region
OrderAddressRegionInputThe name of the region of the address.
The name of the state 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.