The generic Shipment business object contains shipment information for a specific collection of goods. The shipment information includes the name, address, and telephone number of the recipient, the goods to be transported, the carrier, and the shipping priority.
The generic Shipment business object is a hierarchical business object. Each of its attributes is either a String, a Boolean, or a child business object.
Shipment includes the following attributes:
Name | Type | Key | Cardinality |
---|---|---|---|
ObjectId | String | x | |
ShipToAddress | ShipmentAddress | 1 | |
ShipFromAddress | ShipmentAddress | 1 | |
Carrier | String | ||
ShipPriority | String | ||
FaxNumber | String | ||
TelephoneNumber | String | ||
Name | String | ||
ShippingItem | ShippingItem | n | |
ProcessContext | ProcessContext | 1 |
The generic Shipment business object supports the following verbs:
To examine a listing of the attributes of the generic Shipment business object, use the System Manager.