Contains detail about an invalid SKU

InvalidSKU

interface FulfillmentInboundApiModelInvalidSKU {
    ErrorReason?:
        | "DoesNotExist"
        | "InvalidASIN"
        | FulfillmentInboundApiModelErrorReason;
    SellerSKU?: string;
}

Properties

ErrorReason?:
    | "DoesNotExist"
    | "InvalidASIN"
    | FulfillmentInboundApiModelErrorReason

InvalidSKU

SellerSKU?: string

The seller SKU of the item.

InvalidSKU

MMNEPVFCICPMFPCPTTAAATR