Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ShipExternalOrder

Ships an order that has been exported to an external system by another proces

Index

Properties

Optional BackendID

BackendID: undefined | string

Reference to the order that is being shipped - required when ID is omitted

Optional BackendSystemID

BackendSystemID: undefined | string

Reference to the system from which the order originated - required when ID is omitted

Optional FinalShipment

FinalShipment: undefined | false | true

Indicates if this is the last shipment. If this is set to true and there are still lines that are not shipped, the lines will be cancelled

Optional ID

ID: undefined | number

ID of the order that is being shipped - required when BackendID and BackendSystemID are omitted Entity type: Order

Shipments

Shipments: Shipment[]