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

    Interface StoreAddCountryAction

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

    interface StoreAddCountryAction {
        action: "addCountry";
        country: StoreCountry;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addCountry"
    country: StoreCountry

    Value to append to countries.