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

    Specifies characteristics that apply to a seller input.

    interface SellerInputDefinition {
        Constraints: Constraint[];
        DataType: string;
        InputDisplayText: string;
        InputTarget?: InputTargetType;
        IsRequired: boolean;
        RestrictedSetValues?: string[];
        StoredValue: AdditionalSellerInput;
    }
    Index

    Properties

    Constraints: Constraint[]

    List of constraints.

    DataType: string

    The data type of the additional input field.

    InputDisplayText: string

    The display text for the additional input field.

    InputTarget?: InputTargetType
    IsRequired: boolean

    When true, the additional input field is required.

    RestrictedSetValues?: string[]

    The set of fixed values in an additional seller input.