A Multi-Channel Fulfillment feature.

Export

Feature

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

Properties

featureDescription: string

The feature description.

Memberof

Feature

featureName: string

The feature name.

Memberof

Feature

sellerEligible?: boolean

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

Memberof

Feature