Skip to main content

OrderAddressBulkInput

No description

input OrderAddressBulkInput {
firstName: String
middleName: String
lastName: String
gender: Gender
company: String
street: String
number: String
numberExtension: String
postalCode: String
city: String
region: String
country: String
phone: String
mobile: String
email: String
code: String
notes: String
icp: YesNo
url: String
name: String
type: AddressType!
}

Fields

OrderAddressBulkInput.firstName ● String scalar

First name of the person at this address

OrderAddressBulkInput.middleName ● String scalar

Middle name of the person at this address

OrderAddressBulkInput.lastName ● String scalar

Last name of the person at this address

OrderAddressBulkInput.gender ● Gender enum

Gender of the person at this address

OrderAddressBulkInput.company ● String scalar

Company name at this address

OrderAddressBulkInput.street ● String scalar

Street name and number

OrderAddressBulkInput.number ● String scalar

House or building number

OrderAddressBulkInput.numberExtension ● String scalar

Extension to the house number (e.g., apartment, suite)

OrderAddressBulkInput.postalCode ● String scalar

Postal or ZIP code

OrderAddressBulkInput.city ● String scalar

City name

OrderAddressBulkInput.region ● String scalar

State, province, or region code

OrderAddressBulkInput.country ● String scalar

Country code (ISO 2-letter)

OrderAddressBulkInput.phone ● String scalar

Fixed phone number that applies to this address [min: 6, max: 30]

OrderAddressBulkInput.mobile ● String scalar

Mobile phone number that applies to this address [min: 6, max: 30]

OrderAddressBulkInput.email ● String scalar

Email that applies to this address [valid email format needed]

OrderAddressBulkInput.code ● String scalar

Internal code or reference for this address

OrderAddressBulkInput.notes ● String scalar

Additional notes about this address

OrderAddressBulkInput.icp ● YesNo enum

ICP address field defines whether tax should be applied to an order if the address is selected as a delivery address. Used when shipping b2b order abroad

OrderAddressBulkInput.url ● String scalar

Website URL if applicable

OrderAddressBulkInput.name ● String scalar

Display name for this address

OrderAddressBulkInput.type ● AddressType! non-null enum

Address type [one of: delivery, invoice, home]

Member Of

OrderUpdateInput input