Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChangeOrderLinesToCarryOut

Update some OrderLines to a state so that they can be carried out in a store

If the products should be ordered from a supplier first, the OrderTheLinesFromASupplier property should be true.

When no OrderLineIDs are provided all eligable lines in the Order are updated

Hierarchy

  • ChangeOrderLinesToCarryOut

Index

Properties

OrderID

OrderID: number

Entity type: Order

Optional OrderLineIDs

OrderLineIDs: number[]

Entity type: OrderLine

Optional OrderTheLinesFromASupplier

OrderTheLinesFromASupplier: undefined | false | true