Interface FulfillmentInboundApiModelInboundShipmentPlan

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

InboundShipmentPlan

interface FulfillmentInboundApiModelInboundShipmentPlan {
    DestinationFulfillmentCenterId: string;
    EstimatedBoxContentsFee?: FulfillmentInboundApiModelBoxContentsFeeDetails;
    Items: FulfillmentInboundApiModelInboundShipmentPlanItem[];
    LabelPrepType:
        | "SELLER_LABEL"
        | FulfillmentInboundApiModelLabelPrepType
        | "NO_LABEL"
        | "AMAZON_LABEL";
    ShipmentId: string;
    ShipToAddress: FulfillmentInboundApiModelAddress;
}

Properties

DestinationFulfillmentCenterId: string

An Amazon fulfillment center identifier created by Amazon.

InboundShipmentPlan

InboundShipmentPlan

A list of inbound shipment plan item information.

InboundShipmentPlan

LabelPrepType:
    | "SELLER_LABEL"
    | FulfillmentInboundApiModelLabelPrepType
    | "NO_LABEL"
    | "AMAZON_LABEL"

InboundShipmentPlan

ShipmentId: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

InboundShipmentPlan

InboundShipmentPlan

MMNEPVFCICPMFPCPTTAAATR