SupplierUpdateInput Input
Description
Input fields for updating supplier information, including tax information, addresses, and contacts.
Declaration
input SupplierUpdateInput {
taxInformation: String
addresses: [AddressInput!]
contacts: [ContactInput!]
}
Fields
| Name | Type | Description |
|---|---|---|
taxInformation | String | Tax identification information for the supplier. |
addresses | [AddressInput!] | List of addresses associated with the supplier. |
contacts | [ContactInput!] | List of contact information for the supplier. |