Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ProduceShipmentDocuments

Generate shipment document for an order or shipment.

It is required to supply an OrderID or a ShipmentID.

When using an OrderID it is also required to set the LinesToShip.

When a StationID is supplied the documents will be printed, if not, the service will return urls for downloading the documents.

Index

Properties

Optional LinesToShip

LinesToShip: OrderLineDto[]

Required when passing an OrderID.

Optional OrderID

OrderID: undefined | number

Required when omitting ShipmentID. Entity type: Order

Optional ShipmentID

ShipmentID: undefined | number

Required when omitting OrderID. Entity type: Shipment

Optional StationID

StationID: undefined | number

Entity type: Station