RemoveOrderRowsFromShipmentInfo

The class to describe the RemoveOrderRowsFromShipmentInfo business object.

NameDescriptionTypeAdditional information
OrderRows

Collection of OrderRow identifiers to indicate which OrderRows from the shipment need to be removed.

Collection of integer

Required

GeneratePickList

Optional toggle to indicate whether the picklist should be (re-)generated on creation of the shipment.

If you set this to false, you can still generate the PickList by calling the GeneratePickList API method.

If not specified (null), Generate PickList setting from Warehouse is used.

boolean

None.

GeneratePackingSlip

Optional toggle to indicate whether the packingslip should be (re-)generated on creation of the shipment.

If you set this to false, you can still generate the PackingSlip by calling the GeneratePackingSlip API method.

If not specified (null), Generate packingslip setting from shop settings are used.

boolean

None.