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

Export

InboundShipmentInfo

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

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.

Memberof

InboundShipmentInfo

BoxContentsSource?: BoxContentsSource

Memberof

InboundShipmentInfo

ConfirmedNeedByDate?: string

Type containing date in string format

Memberof

InboundShipmentInfo

DestinationFulfillmentCenterId?: string

An Amazon fulfillment center identifier created by Amazon.

Memberof

InboundShipmentInfo

EstimatedBoxContentsFee?: BoxContentsFeeDetails

Memberof

InboundShipmentInfo

LabelPrepType?: LabelPrepType

Memberof

InboundShipmentInfo

ShipFromAddress: Address

Memberof

InboundShipmentInfo

ShipmentId?: string

The shipment identifier submitted in the request.

Memberof

InboundShipmentInfo

ShipmentName?: string

The name for the inbound shipment.

Memberof

InboundShipmentInfo

ShipmentStatus?: ShipmentStatus

Memberof

InboundShipmentInfo