Generic ShippingItem business object

The generic ShippingItem business object contains detailed information required to ship goods to a customer. This business object includes information about shipped goods such as serial number, model, type, and quantity delivered.

Business object structure

The generic ShippingItem business object is a hierarchical business object. Each of its attributes is either a String, a Boolean, or a child business object.

ShippingItem includes the following attributes:

Business object attributes
Name Type Key Cardinality
ObjectId String x  
Quantity String    
Description String    
SerialNo String    
Model String    
Type String    
UPC String    
ProcessContext ProcessContext   1

Supported verbs

The generic ShippingItem business object supports the following verbs:

Examining the object

To examine a listing of the attributes of the generic ShippingItem business object, use the System Manager.

Copyright IBM Corp. 2002, 2003