Skip to main content

SupplierAddressInput

Address and contact details of a supplier. Every field is optional; on update only the supplied fields are written, the rest are left untouched.

input SupplierAddressInput {
salutationId: ID
firstName: String
lastName: String
title: String
email: String
phone: String
fax: String
website: String
company: String
department: String
position: String
street: String
houseNumber: String
zipCode: String
city: String
state: String
province: String
addressAddition: String
countryIso: String
comment: String
vatId: String
}

Fields

SupplierAddressInput.salutationId ● ID scalar

ID of the salutation used when addressing the contact person.

SupplierAddressInput.firstName ● String scalar

First name of the contact person.

SupplierAddressInput.lastName ● String scalar

Last name of the contact person.

SupplierAddressInput.title ● String scalar

Academic or honorific title of the contact person.

SupplierAddressInput.email ● String scalar

Email address of the supplier.

SupplierAddressInput.phone ● String scalar

Phone number of the supplier.

SupplierAddressInput.fax ● String scalar

Fax number of the supplier.

SupplierAddressInput.website ● String scalar

Website of the supplier.

SupplierAddressInput.company ● String scalar

Company name of the supplier.

SupplierAddressInput.department ● String scalar

Department of the contact person within the supplier company.

SupplierAddressInput.position ● String scalar

Position of the contact person within the supplier company.

SupplierAddressInput.street ● String scalar

Street of the supplier address.

SupplierAddressInput.houseNumber ● String scalar

House number of the supplier address.

SupplierAddressInput.zipCode ● String scalar

ZIP/postal code of the supplier address.

SupplierAddressInput.city ● String scalar

City of the supplier address.

SupplierAddressInput.state ● String scalar

State of the supplier address.

SupplierAddressInput.province ● String scalar

Province of the supplier address.

SupplierAddressInput.addressAddition ● String scalar

Additional address line (e.g. c/o) of the supplier address.

SupplierAddressInput.countryIso ● String scalar

ISO code of the supplier address country (e.g. "DE").

SupplierAddressInput.comment ● String scalar

Free-text comment on the supplier.

SupplierAddressInput.vatId ● String scalar

VAT ID of the supplier.

Member Of

CreateSupplierInput input ● UpdateSupplierInput input