Skip to main content

updateSupplierOrderExpectedDeliveryDate

Updates the expected delivery date on a supplier order and all of its line items. Pass null to clear it.

updateSupplierOrderExpectedDeliveryDate(
id: ID!
expectedDeliveryDate: DateTime
): SupplierOrder!

Arguments

updateSupplierOrderExpectedDeliveryDate.id ● ID! non-null scalar

ID of the supplier order to update.

updateSupplierOrderExpectedDeliveryDate.expectedDeliveryDate ● DateTime scalar

New expected delivery date. Pass null to clear it.

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.