Skip to main content

UpdateSupplierInput

Autogenerated input type of UpdateSupplier

input UpdateSupplierInput {
businessHours: String
category: String
clientMutationId: String
contactId: ID
email: Email
incoterms: String
leadTime: Int
location: String
name: String
onTimeDelivery: Decimal
paymentTerms: String
phone: String
qualityRating: Decimal
responseTime: Decimal
shippingTerms: String
status: SupplySupplierStatusEnum
supplierId: ID!
taxId: String
timeZone: String
website: Url
yearEstablished: Int
}

Fields

UpdateSupplierInput.businessHours ● String scalar

Business hours, e.g., Mon-Fri 9am-5pm

UpdateSupplierInput.category ● String scalar

UpdateSupplierInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateSupplierInput.contactId ● ID scalar

UpdateSupplierInput.email ● Email scalar

UpdateSupplierInput.incoterms ● String scalar

International commercial terms

UpdateSupplierInput.leadTime ● Int scalar

Lead time in days

UpdateSupplierInput.location ● String scalar

UpdateSupplierInput.name ● String scalar

UpdateSupplierInput.onTimeDelivery ● Decimal scalar

On time delivery percentage

UpdateSupplierInput.paymentTerms ● String scalar

Payment terms, e.g., Net 30, Net 60

UpdateSupplierInput.phone ● String scalar

UpdateSupplierInput.qualityRating ● Decimal scalar

Quality rating percentage

UpdateSupplierInput.responseTime ● Decimal scalar

Average response time in hours

UpdateSupplierInput.shippingTerms ● String scalar

Shipping terms, e.g., FOB, CIF

UpdateSupplierInput.status ● SupplySupplierStatusEnum enum

UpdateSupplierInput.supplierId ● ID! non-null scalar

UpdateSupplierInput.taxId ● String scalar

UpdateSupplierInput.timeZone ● String scalar

Time zone, e.g., UTC, GMT-5

UpdateSupplierInput.website ● Url scalar

UpdateSupplierInput.yearEstablished ● Int scalar

Year the supplier was established

Member Of

supplyUpdateSupplier mutation