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

    Shipping information for the packages in a shipment.

    interface ShippingInfo {
        expectedShippingDateTimeInUTC: string;
        recommendedPackages?: RecommendedPackage[];
        recommendedShipMethod?: string;
        shippingType?: ShippingInfoShippingTypeEnum;
        shipToAddress?: Address;
    }
    Index

    Properties

    expectedShippingDateTimeInUTC: string

    A date and time in ISO 8601 format.

    recommendedPackages?: RecommendedPackage[]

    Recommendations for the packages in an order.

    recommendedShipMethod?: string

    The ship method recommended by the Amazon Fulfillment Network for the packages in this shipment.

    The type of shipping that the seller uses to deliver a customer order.

    shipToAddress?: Address