Information about unfulfillable items in a fulfillment order preview.

Export

UnfulfillablePreviewItem

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

Properties

itemUnfulfillableReasons?: string[]

Memberof

UnfulfillablePreviewItem

quantity: number

The item quantity.

Memberof

UnfulfillablePreviewItem

sellerFulfillmentOrderItemId: string

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

Memberof

UnfulfillablePreviewItem

sellerSku: string

The seller SKU of the item.

Memberof

UnfulfillablePreviewItem