Uses the Component:PartsDeliveryDetailsShippingConditionType
Defines shipping conditions based on order type.
Table 7.34. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ShippingCondition |
Condition code. | 1..1 | Field | oag:CodeType | |
| ShippingConditionDescription |
Description of the delivery condition | 0..1 | Field | oag:TextType | |
| ShippingConditionDefaultIndicator |
Used to flag default shipping condition. Only one default shipping condition can be defined. | 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.43. ShippingCondition
<ShippingCondition>
<ShippingCondition>......</ShippingCondition> [1..1]
<ShippingConditionDescription>......</ShippingConditionDescription> [0..1]
<ShippingConditionDefaultIndicator>......</ShippingConditionDefaultIndicator> [0..1]
</ShippingCondition>