Item information for creating an inbound shipment plan. Submitted with a call to the createInboundShipmentPlan operation.

Export

InboundShipmentPlanRequestItem

interface InboundShipmentPlanRequestItem {
    ASIN: string;
    Condition: Condition;
    PrepDetailsList?: PrepDetails[];
    Quantity: number;
    QuantityInCase?: number;
    SellerSKU: string;
}

Properties

ASIN: string

The Amazon Standard Identification Number (ASIN) of the item.

Memberof

InboundShipmentPlanRequestItem

Condition: Condition

Memberof

InboundShipmentPlanRequestItem

PrepDetailsList?: PrepDetails[]

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

Memberof

InboundShipmentPlanRequestItem

Quantity: number

The item quantity.

Memberof

InboundShipmentPlanRequestItem

QuantityInCase?: number

The item quantity.

Memberof

InboundShipmentPlanRequestItem

SellerSKU: string

The seller SKU of the item.

Memberof

InboundShipmentPlanRequestItem