Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ProjectSettingsUpdateAction

export type ProjectSettingsUpdateAction = {
    changeCartsConfiguration?: InputMaybe<ChangeProjectSettingsCartsConfiguration>;
    changeCountries?: InputMaybe<ChangeProjectSettingsCountries>;
    changeCountryTaxRateFallbackEnabled?: InputMaybe<ChangeProjectSettingsCountryTaxRateFallbackEnabled>;
    changeCurrencies?: InputMaybe<ChangeProjectSettingsCurrencies>;
    changeLanguages?: InputMaybe<ChangeProjectSettingsLanguages>;
    changeMessagesConfiguration?: InputMaybe<ChangeProjectSettingsMessagesConfiguration>;
    changeMessagesEnabled?: InputMaybe<ChangeProjectSettingsMessagesEnabled>;
    changeName?: InputMaybe<ChangeProjectSettingsName>;
    changeOrderSearchStatus?: InputMaybe<ChangeProjectSettingsOrderSearchStatus>;
    changeProductSearchIndexingEnabled?: InputMaybe<ChangeProjectSettingsProductSearchIndexingEnabled>;
    changeShoppingListsConfiguration?: InputMaybe<ChangeProjectSettingsShoppingListsConfiguration>;
    setExternalOAuth?: InputMaybe<SetProjectSettingsExternalOAuth>;
    setShippingRateInputType?: InputMaybe<SetProjectSettingsShippingRateInputType>;
};

Referenced Types

On this page