removeSupplierOrderLineItem
Removes a supplier order line item and recalculates the order. Returns the updated supplier order.
removeSupplierOrderLineItem(
id: ID!
): SupplierOrder!
Arguments
removeSupplierOrderLineItem.id ● ID! non-null scalar
ID of the line item to remove.
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.