createSupplierOrder
Creates a draft supplier order with the given header data and line items, then recalculates totals.
createSupplierOrder(
input: CreateSupplierOrderInput!
): SupplierOrder!
Arguments
createSupplierOrder.input ● CreateSupplierOrderInput! non-null input
Type
SupplierOrder object
A purchase order raised against a supplier. Carries header data (supplier, currency, warehouse, dates), per-line procurement details, and the totals and tax status used by accounting. Goods are booked in against the supplier order via GoodsReceipt.