ShippingCondition

Uses the Component:PartsDeliveryDetailsShippingConditionType

Defines shipping conditions based on order type.

Fields and Components

Table 6.30. Fields and Components

Name Description Occurrence Type Data Type User Notes
ShippingConditionCode

Condition code.

1..1Field udt:CodeType  
ShippingConditionDescription

Description of the delivery condition

0..1Field udt:TextType  
ShippingConditionDefaultIndicator

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

0..1Field udt: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 6.30. ShippingCondition

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