Selling Partner API SDK for JavaScript
    Preparing search index...

    Information about unfulfillable items in a fulfillment order preview.

    interface UnfulfillablePreviewItem {
        itemUnfulfillableReasons?: string[];
        quantity: number;
        sellerFulfillmentOrderItemId: string;
        sellerSku: string;
    }
    Index

    Properties

    itemUnfulfillableReasons?: string[]

    String list

    quantity: number

    The item quantity.

    sellerFulfillmentOrderItemId: string

    A fulfillment order item identifier created with a call to the getFulfillmentPreview operation.

    sellerSku: string

    The seller SKU of the item.