ShippingDetail

Uses the Component:PartsDeliveryDetailsShippingDetailType

Defines shipping conditions based on order type.

Fields and Components

Table 6.29. Fields and Components

Name Description Occurrence Type Data Type User Notes
OrderTypeCode

Indicates the specified order type by which the service is being restricted. For example, you can use this shipment carrier if you are using stock order type

1..1Field sqdt:OrderTypeCodeType  
ShippingCondition

Defines shipping conditions based on order type.

1..*ComponentPartsDeliveryDetailsShippingConditionType 

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.29. ShippingDetail

<ShippingDetail>
     <OrderTypeCode>......</OrderTypeCode>     [1..1]
     <ShippingCondition>......</ShippingCondition>     [1..*]
</ShippingDetail>