Options
All
  • Public
  • Public/Protected
  • All
Menu

Module CompleteShipFromStoreTask

Completes the ShipFromOrder task, indicating that the shipment of the order has taken place.

The order will be shipped and the shop stock will be moved to Transit.

Index

Properties

Optional PickedOrderLines

PickedOrderLines: PickedOrderLine[]

Optional for subtype Pick

Optional Shipments

Shipments: Shipment[]

Optional for subtype Ship

Optional ShouldBePrinting

ShouldBePrinting: undefined | false | true

If you want to override printing behavior - will default to the ShouldBePrinting value from StartShipFromStoreTask

Optional StationID

StationID: undefined | number

Required for subtypes Pick and Ship Entity type: Station

Optional UnpickedLinesReasonID

UnpickedLinesReasonID: undefined | number

The reason why not all lines might be picked Entity type: UserTaskNotCompletedReason

UserTaskID

UserTaskID: number

Entity type: UserTask