Skip to main content

RegisterSupplierInput

Autogenerated input type of RegisterSupplier

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

Fields

RegisterSupplierInput.address ● AddressInput input

RegisterSupplierInput.brandId ● ID! non-null scalar

RegisterSupplierInput.businessHours ● String scalar

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

RegisterSupplierInput.category ● String scalar

RegisterSupplierInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

RegisterSupplierInput.contactId ● ID scalar

The default contact to use with this supplier

RegisterSupplierInput.email ● Email scalar

RegisterSupplierInput.incoterms ● String scalar

International commercial terms

RegisterSupplierInput.leadTime ● Int scalar

Lead time in days

RegisterSupplierInput.location ● String scalar

RegisterSupplierInput.name ● String! non-null scalar

RegisterSupplierInput.notes ● String scalar

Additional notes or comments about the supplier

RegisterSupplierInput.onTimeDelivery ● Decimal scalar

On time delivery percentage

RegisterSupplierInput.paymentTerms ● String scalar

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

RegisterSupplierInput.phone ● String scalar

RegisterSupplierInput.qualityRating ● Decimal scalar

Quality rating percentage

RegisterSupplierInput.responseTime ● Decimal scalar

Average response time in hours

RegisterSupplierInput.shippingTerms ● String scalar

Shipping terms, e.g., FOB, CIF

RegisterSupplierInput.status ● SupplySupplierStatusEnum enum

RegisterSupplierInput.taxId ● String scalar

RegisterSupplierInput.timeZone ● String scalar

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

RegisterSupplierInput.website ● Url scalar

RegisterSupplierInput.yearEstablished ● Int scalar

Year the supplier was established

Member Of

supplyRegisterSupplier mutation