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

    Information about the seller's inbound shipments. Returned by the listInboundShipments operation.

    interface InboundShipmentInfo {
        AreCasesRequired: boolean;
        BoxContentsSource?: BoxContentsSource;
        ConfirmedNeedByDate?: string;
        DestinationFulfillmentCenterId?: string;
        EstimatedBoxContentsFee?: BoxContentsFeeDetails;
        LabelPrepType?: LabelPrepType;
        ShipFromAddress: Address;
        ShipmentId?: string;
        ShipmentName?: string;
        ShipmentStatus?: ShipmentStatus;
    }
    Index

    Properties

    AreCasesRequired: boolean

    Indicates whether or not an inbound shipment contains case-packed boxes. When AreCasesRequired = true for an inbound shipment, all items in the inbound shipment must be case packed.

    BoxContentsSource?: BoxContentsSource
    ConfirmedNeedByDate?: string

    Type containing date in string format

    DestinationFulfillmentCenterId?: string

    An Amazon fulfillment center identifier created by Amazon.

    EstimatedBoxContentsFee?: BoxContentsFeeDetails
    LabelPrepType?: LabelPrepType
    ShipFromAddress: Address
    ShipmentId?: string

    The shipment identifier submitted in the request.

    ShipmentName?: string

    The name for the inbound shipment.

    ShipmentStatus?: ShipmentStatus