ShipmentBusinessRules

Uses the Component:ShipmentBusinessRulesType

The business rules that appy to a shipment.

Fields and Components

Table 7.36. Fields and Components

Name Description Occurrence Type Data Type User Notes
SplitShipmentIndicator

Indicates whether or not the shipment may be split into separate shipments.

0..1Field oag:IndicatorType  
ConsolidationShipmentIndicator

Indicates whether or not orders maybe consolidated into one shipment.

0..1Field oag:IndicatorType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 7.45. ShipmentBusinessRules

<ShipmentBusinessRules>
     <SplitShipmentIndicator>......</SplitShipmentIndicator>     [0..1]
     <ConsolidationShipmentIndicator>......</ConsolidationShipmentIndicator>     [0..1]
</ShipmentBusinessRules>