supplierOrder
Loads a single SupplierOrder by id.
supplierOrder(
id: ID!
): SupplierOrder
Arguments
supplierOrder.id ● ID! non-null scalar
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.