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

    Maps the additional seller input to the definition. The key to the map is the field name.

    interface AdditionalInputs {
        AdditionalInputFieldName?: string;
        SellerInputDefinition?: SellerInputDefinition;
    }
    Index

    Properties

    AdditionalInputFieldName?: string

    The field name.

    SellerInputDefinition?: SellerInputDefinition