Substitution preferences for an order item.

SubstitutionPreferences

interface OrdersApiModelSubstitutionPreferences {
    SubstitutionOptions?: OrdersApiModelSubstitutionOption[];
    SubstitutionType:
        | OrdersApiModelSubstitutionPreferencesSubstitutionTypeEnum
        | "CUSTOMER_PREFERENCE"
        | "AMAZON_RECOMMENDED"
        | "DO_NOT_SUBSTITUTE";
}

Properties

SubstitutionOptions?: OrdersApiModelSubstitutionOption[]

A collection of substitution options.

SubstitutionPreferences

SubstitutionType:
    | OrdersApiModelSubstitutionPreferencesSubstitutionTypeEnum
    | "CUSTOMER_PREFERENCE"
    | "AMAZON_RECOMMENDED"
    | "DO_NOT_SUBSTITUTE"

The type of substitution that these preferences represent.

SubstitutionPreferences

MMNEPVFCICPMFPCPTTAAATR