Inbound shipment information used to create an inbound shipment. Returned by the createInboundShipmentPlan operation.

Export

InboundShipmentPlan

interface InboundShipmentPlan {
    DestinationFulfillmentCenterId: string;
    EstimatedBoxContentsFee?: BoxContentsFeeDetails;
    Items: InboundShipmentPlanItem[];
    LabelPrepType: LabelPrepType;
    ShipToAddress: Address;
    ShipmentId: string;
}

Properties

DestinationFulfillmentCenterId: string

An Amazon fulfillment center identifier created by Amazon.

Memberof

InboundShipmentPlan

EstimatedBoxContentsFee?: BoxContentsFeeDetails

Memberof

InboundShipmentPlan

A list of inbound shipment plan item information.

Memberof

InboundShipmentPlan

LabelPrepType: LabelPrepType

Memberof

InboundShipmentPlan

ShipToAddress: Address

Memberof

InboundShipmentPlan

ShipmentId: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

Memberof

InboundShipmentPlan