Shipment
The class to describe the Shipment business object.
Name | Description | Type | Additional information |
---|---|---|---|
ChangeTimestamp |
The time data was changed. |
date |
None. |
PreferredShipDate |
The preferred date to ship the Shipment. |
date |
None. |
OrderRows |
Gets or sets the order rows included in this Shipment. |
Collection of integer |
None. |
Params |
Gets or sets the parameters. |
Collection of ShipmentParameter |
None. |
Packages |
Gets or sets the parameters. |
Collection of ShipmentPackage |
None. |
Id |
Gets or sets the identifier. |
integer |
Required |
ShippingCode |
Gets or sets the unique code for the shipment. |
string |
Max length: 200 |
CreateTimestamp |
Gets or sets the create timestamp. |
date |
Required |
ShopId |
Gets or sets the Shop identifier. |
integer |
None. |
OrderId |
Gets or sets the Order identifier. |
integer |
Required |
OrderCode |
Gets or sets the corresponding Order code. |
string |
None. |
WarehouseId |
Gets or sets the Warehouse identifier. |
integer |
None. |
ParcelId |
The Id of the created parcel. |
integer |
None. |
PickedTimestamp |
The time picked. |
date |
None. |
PackedTimestamp |
The time packed. |
date |
None. |
ShippedTimestamp |
The time shipped. |
date |
None. |
HandOverTimestamp |
The time the Shipment was communicated to 3rd party fulfilment. |
date |
None. |
ShipmentType |
The type of Shipment. |
ShipmentTypeEnum |
None. |