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

InboundShipmentPlan

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

Properties

DestinationFulfillmentCenterId: string

An Amazon fulfillment center identifier created by Amazon.

InboundShipmentPlan

EstimatedBoxContentsFee?: BoxContentsFeeDetails

InboundShipmentPlan

A list of inbound shipment plan item information.

InboundShipmentPlan

LabelPrepType: LabelPrepType

InboundShipmentPlan

ShipmentId: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

InboundShipmentPlan

ShipToAddress: Address

InboundShipmentPlan