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

    A Multi-Channel Fulfillment feature.

    interface Feature {
        featureDescription: string;
        featureName: string;
        sellerEligible?: boolean;
    }
    Index

    Properties

    featureDescription: string

    The feature description.

    featureName: string

    The feature name.

    sellerEligible?: boolean

    When true, indicates that the seller is eligible to use the feature.