createSupplier
Creates a new supplier. Only name is required: number is drawn from the supplier number range and languageId defaults to the system default language when omitted. An optional address populates the supplier's address record.
createSupplier(
input: CreateSupplierInput!
): Supplier!
Arguments
createSupplier.input ● CreateSupplierInput! 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.