@gradientedge/commercetools-utils
    Preparing search index...

    Interface StoreRemoveCountryAction

    This update action produces the StoreCountriesChanged Message. It has no effect if a given country is not present in a Store.

    interface StoreRemoveCountryAction {
        action: "removeCountry";
        country: StoreCountry;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeCountry"
    country: StoreCountry

    Value to remove from countries.