Interface FulfillmentInboundApiModelInboundShipmentPlanRequestItem

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

InboundShipmentPlanRequestItem

interface FulfillmentInboundApiModelInboundShipmentPlanRequestItem {
    ASIN: string;
    Condition:
        | "NewItem"
        | "NewWithWarranty"
        | "NewOEM"
        | "NewOpenBox"
        | "UsedLikeNew"
        | "UsedVeryGood"
        | "UsedGood"
        | "UsedAcceptable"
        | "UsedPoor"
        | "UsedRefurbished"
        | "CollectibleLikeNew"
        | "CollectibleVeryGood"
        | "CollectibleGood"
        | "CollectibleAcceptable"
        | "CollectiblePoor"
        | "RefurbishedWithWarranty"
        | "Refurbished"
        | "Club"
        | FulfillmentInboundApiModelCondition;
    PrepDetailsList?: FulfillmentInboundApiModelPrepDetails[];
    Quantity: number;
    QuantityInCase?: number;
    SellerSKU: string;
}

Properties

ASIN: string

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

InboundShipmentPlanRequestItem

Condition:
    | "NewItem"
    | "NewWithWarranty"
    | "NewOEM"
    | "NewOpenBox"
    | "UsedLikeNew"
    | "UsedVeryGood"
    | "UsedGood"
    | "UsedAcceptable"
    | "UsedPoor"
    | "UsedRefurbished"
    | "CollectibleLikeNew"
    | "CollectibleVeryGood"
    | "CollectibleGood"
    | "CollectibleAcceptable"
    | "CollectiblePoor"
    | "RefurbishedWithWarranty"
    | "Refurbished"
    | "Club"
    | FulfillmentInboundApiModelCondition

InboundShipmentPlanRequestItem

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

InboundShipmentPlanRequestItem

Quantity: number

The item quantity.

InboundShipmentPlanRequestItem

QuantityInCase?: number

The item quantity.

InboundShipmentPlanRequestItem

SellerSKU: string

The seller SKU of the item.

InboundShipmentPlanRequestItem

MMNEPVFCICPMFPCPTTAAATR