INPUT_OBJECT
UpdateVendorMutationInput
The input object that defines the fields for the updateVendor mutation.
link GraphQL Schema definition
- input UpdateVendorMutationInput {
- # A descriptive name.
- : String
- # Archived vendors may not be used for creating new Purchase Orders or Product
- # Requests.
- : Boolean
- # The currency used for all transactions with this vendor.
- : Currency
- # Determines if approved purchase orders for this vendor should automatically
- # dispatch an email to the vendor.
- : Boolean
- # A list of IDs belonging to the taxes that should be applied to each item sold by
- # this vendor.
- : [Int64Bit]
- # The terms of payment for deliveries from this vendor.
- : PaymentTerm
- # The physical address of the inventory location.
- : CreateAddressMutationInput
- # A note about this entity.
- : NoteMutationInput
- # A list of file IDs to be associated with this object. These must first have been
- # uploaded to the /files endpoint and must be currently unassociated.
- : [AssociateFileMutationInput]
- }