Selling Partner API SDK for JavaScript
    Preparing search index...

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

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

    Properties

    billableWeight?: Weight
    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.

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

    importContainers?: string

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

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

    route?: Route
    sealNumber?: string

    The container's seal number.