AddShipmentInfo
The class to describe the AddShipmentInfo business object.
Name | Description | Type | Additional information |
---|---|---|---|
OrderId |
Order identifier for which you want to add a shipment |
integer |
None. |
WarehouseId |
Optional Warehouse for which the shipment is created. |
integer |
None. |
OrderRows |
Optional collection of OrderRow identifiers |
Collection of integer |
None. |
ShippingCode |
Optional Shipping code for shipment. |
string |
None. |
PreferredShipDate |
Optional preferred ship date. |
date |
None. |
GeneratePickList |
Optional toggle to indicate whether the picklist should be generated on creation of the shipment. |
boolean |
None. |
GeneratePackingSlip |
Optional toggle to indicate whether the packingslip should be generated on creation of the shipment. |
boolean |
None. |
PackingSlipTemplateId | integer |
None. |
|
CarrierAccountId |
Optional id of CarrierAccount that should be used for the shipment. |
integer |
None. |
CashOnDeliveryPayment |
optional amount to be paid to the postman when the shipment is delivered. |
decimal number |
None. |
Parameters |
Optional collection of key-value pairs. |
Collection of OrderShipmentParam |
None. |