INPUT_OBJECT
CreateVendorMutationInput
The input object that defines the fields for the createVendor mutation.
link GraphQL Schema definition
- input CreateVendorMutationInput {
- # 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 this vendor.
- CreateAddressMutationInput! :
- # The primary contact information of this vendor
- CreatePrimaryContactMutationInput! :
- # 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] : [
- }