Identifer of the order from the 3rd party
Identifier of the 3rd party system that created the order
Date that the supplier expects to deliver the shipment(s) of the purchase order
Contents of the purchase order.
Receive the order immediately after shipping, works only if Ship
is set to true
Ship the order immediately after creation
BackendID of the OrganizationUnit who will be supplying the stock
OrganizationUnit who will be supplying the stock. Entity type: OrganizationUnit
BackendID of the OrganizationUnit that will be receiving the purchase order shipment(s)
OrganizationUnit that will be receiving the purchase order shipment(s). Entity type: OrganizationUnit
Creates a purchase order (or updates it if it already exists).
When the order already exists, only the lines can be updated (see
SupplierUpdatePurchaseOrder
) - other properties will be ignored.:lightbulb: Using
SupplierCreateOrder
andSupplierUpdatePurchaseOrder
is preferred.