Skip to main content

markSupplierOrderAsPartiallyPaid

Transitions a supplier order to the PARTIALLY_PAID payment state.

markSupplierOrderAsPartiallyPaid(
id: ID!
): SupplierOrder!

Arguments

markSupplierOrderAsPartiallyPaid.id ● ID! non-null scalar

ID of the supplier order to mark as partially paid.

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.