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

Export

InboundShipmentPlanItem

interface InboundShipmentPlanItem {
    FulfillmentNetworkSKU: string;
    PrepDetailsList?: PrepDetails[];
    Quantity: number;
    SellerSKU: string;
}

Properties

FulfillmentNetworkSKU: string

Amazon's fulfillment network SKU of the item.

Memberof

InboundShipmentPlanItem

PrepDetailsList?: PrepDetails[]

A list of preparation instructions and who is responsible for that preparation.

Memberof

InboundShipmentPlanItem

Quantity: number

The item quantity.

Memberof

InboundShipmentPlanItem

SellerSKU: string

The seller SKU of the item.

Memberof

InboundShipmentPlanItem