Interface MerchantFulfillmentApiModelSellerInputDefinition

Specifies characteristics that apply to a seller input.

SellerInputDefinition

interface MerchantFulfillmentApiModelSellerInputDefinition {
    Constraints: MerchantFulfillmentApiModelConstraint[];
    DataType: string;
    InputDisplayText: string;
    InputTarget?:
        | "SHIPMENT_LEVEL"
        | "ITEM_LEVEL"
        | MerchantFulfillmentApiModelInputTargetType;
    IsRequired: boolean;
    RestrictedSetValues?: string[];
    StoredValue: MerchantFulfillmentApiModelAdditionalSellerInput;
}

Properties

List of constraints.

SellerInputDefinition

DataType: string

The data type of the additional input field.

SellerInputDefinition

InputDisplayText: string

The display text for the additional input field.

SellerInputDefinition

InputTarget?:
    | "SHIPMENT_LEVEL"
    | "ITEM_LEVEL"
    | MerchantFulfillmentApiModelInputTargetType

SellerInputDefinition

IsRequired: boolean

When true, the additional input field is required.

SellerInputDefinition

RestrictedSetValues?: string[]

The set of fixed values in an additional seller input.

SellerInputDefinition

SellerInputDefinition

MMNEPVFCICPMFPCPTTAAATR