Provide these fields only if this shipment is a direct import.

Export

ImportDetails

interface ImportDetails {
    billableWeight?: Weight;
    estimatedShipByDate?: string;
    handlingInstructions?: ImportDetailsHandlingInstructionsEnum;
    importContainers?: string;
    methodOfPayment?: ImportDetailsMethodOfPaymentEnum;
    route?: Route;
    sealNumber?: string;
}

Properties

billableWeight?: Weight

Memberof

ImportDetails

estimatedShipByDate?: string

Date on which the shipment is expected to be shipped. This value should not be in the past and not more than 60 days out in the future.

Memberof

ImportDetails

Identification of the instructions on how specified item/carton/pallet should be handled.

Memberof

ImportDetails

importContainers?: string

Types and numbers of container(s) for import purchase orders. Can be a comma-separated list if shipment has multiple containers.

Memberof

ImportDetails

This is used for import purchase orders only. If the recipient requests, this field will contain the shipment method of payment.

Memberof

ImportDetails

route?: Route

Memberof

ImportDetails

sealNumber?: string

The container's seal number.

Memberof

ImportDetails