Uses the Component:ShipmentBusinessRulesType
The business rules that appy to a shipment.
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..1 | Field | oag:IndicatorType | |
| ConsolidationShipmentIndicator |
Indicates whether or not orders maybe consolidated into one shipment. | 0..1 | Field | oag:IndicatorType |
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>