Skip to main content

SupplierUpdateInput Input

Description

Input fields for updating supplier information, including tax information, addresses, and contacts.

Declaration

input SupplierUpdateInput {
name: String
taxInformation: String
addresses: [AddressInput!]
contacts: [ContactInput!]
}

Fields

NameTypeDescription
nameStringThe name of the supplier.
taxInformationStringTax identification information for the supplier.
addresses[AddressInput!]List of addresses associated with the supplier.
contacts[ContactInput!]List of contact information for the supplier.