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

ImportDetails

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

Properties

billableWeight?: Weight

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.

ImportDetails

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

ImportDetails

importContainers?: string

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

ImportDetails

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

ImportDetails

route?: Route

ImportDetails

sealNumber?: string

The container's seal number.

ImportDetails