Skip to main content

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

If 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.

addressLine1String!required

The street address of the address.

addressLine2String

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

The name of the city of the address.

companyString

The company of the person associated with the address.

The name of the country of the address.

The name of the district 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

If the address is to be saved as default, this field can be sent as true.

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 name of the region of the address.

The name of the state 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.