私は、Javaを使用してラベルを生成するためにFedEx出荷APIを統合しています。すべてがうまくいきますが、この問題を除きます。 FedEx FreightのLabelFormatType
をCOMMON2D
またはLABEL_DATA_ONLY
に設定すると、FEDEX_FREIGHT_ECONOMY
とFEDEX_FREIGHT_PRIORITY
の場合、次のエラーが発生します。カスタムバーコードエントリにバーコードの高さがありません
<Code>6022</Code>
<Message>Barcode Height missing from Custom Barcode Entry</Message>
私は下のフィールドにバーコードの高さを追加しようとするが、そのは
RequestedShipment -> ShippingDocumentSpecification -> CustomShipmentDocumentDetail -> CustomContent -> BarcodeEntries -> BarHeight
RequestedShipment -> ShippingDocumentSpecification -> CustomPackageDocumentDetail -> CustomContent -> BarcodeEntries -> BarHeight
RequestedShipment -> ShippingDocumentSpecification -> FreightAddressLabelDetail -> CustomContent -> BarcodeEntries -> BarHeight
RequestedShipment -> LabelSpecification -> CustomerSpecifiedDetail -> CustomContent -> BarcodeEntries -> BarHeight
注意を働いていませんでしたコードは、他の2つLabelFormatType
すなわちFEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING
とVICS_BILL_OF_LADING
とServiceTypes
他のために働いています。
まだ解決策が見つかりません。
私には何が欠けているのか教えてください。