ShippingCondition

Uses the Component:PartsDeliveryDetailsShippingConditionType

Defines shipping conditions based on order type.

Fields and Components

Table 7.34. Fields and Components

Name Description Occurrence Type Data Type User Notes
ShippingCondition

Condition code.

1..1Field oag:CodeType  
ShippingConditionDescription

Description of the delivery condition

0..1Field oag:TextType  
ShippingConditionDefaultIndicator

Used to flag default shipping condition. Only one default shipping condition can be defined.

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.43. ShippingCondition

<ShippingCondition>
     <ShippingCondition>......</ShippingCondition>     [1..1]
     <ShippingConditionDescription>......</ShippingConditionDescription>     [0..1]
     <ShippingConditionDefaultIndicator>......</ShippingConditionDefaultIndicator>     [0..1]
</ShippingCondition>