Uses the Component:BoxingDetailType
This BoxingDetail Component represents the detailed boxing information associated with a shipment line including such information as the type of cartons or cases the material is packed in (e.g., triple wall cardboard), net weight information, pallet box numbers, etc.
Table 6.28. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CasePackingString |
Type of cartons or cases the material is packed in (e.g., triple wall cardboard) | 0..1 | Field | qdt:StringType | |
PalletBoxNumberString |
Box number on pallet | 0..1 | Field | qdt:StringType | |
VolumeMeasure |
Volume | 0..1 | Field | sqdt:VolumeMeasureType | |
NetWeightMeasure |
Net Weight | 0..1 | Field | sqdt:WeightMeasureType | |
GrossWeightMeasure |
Gross Weight | 0..1 | Field | sqdt:WeightMeasureType | |
BoxTrackingNumberString |
The tracking number for the individual box as given by the ShipCarrier. | 0..1 | Field | qdt:StringType | |
ETADateTime |
The date and time the box is expected to arrive. This is a box level override to Header ETADateTime. | 0..1 | Field | udt:DateTimeType | |
ShipPriorityCode |
Defines the shipping method and shipping duration for the box. This is a box level override to Header ShipPriority | 0..1 | Field | scl:ShipPriorityEnumeratedType |
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.28. BoxingDetail
<BoxingDetail> <CasePackingString>......</CasePackingString> [0..1] <PalletBoxNumberString>......</PalletBoxNumberString> [0..1] <VolumeMeasure>......</VolumeMeasure> [0..1] <NetWeightMeasure>......</NetWeightMeasure> [0..1] <GrossWeightMeasure>......</GrossWeightMeasure> [0..1] <BoxTrackingNumberString>......</BoxTrackingNumberString> [0..1] <ETADateTime>......</ETADateTime> [0..1] <ShipPriorityCode>......</ShipPriorityCode> [0..1] </BoxingDetail>