updateSupplier
Partial update of an existing supplier. Omitted fields are not touched. A supplied address is merged field-by-field into the supplier's address record, which is created on the fly when the supplier has none yet.
updateSupplier(
input: UpdateSupplierInput!
): Supplier!
Arguments
updateSupplier.input ● UpdateSupplierInput! non-null input
Type
Supplier object
A supplier (vendor) from which the shop orders products. Suppliers carry the contact details, address, default delivery time and customer-number used by the shop, and are the target of SupplierOrder rows.