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

ShippingMethodUpdateAction

export type ShippingMethodUpdateAction = {
    addShippingRate?: InputMaybe<AddShippingMethodShippingRate>;
    addZone?: InputMaybe<AddShippingMethodZone>;
    changeIsDefault?: InputMaybe<ChangeShippingMethodIsDefault>;
    changeName?: InputMaybe<ChangeShippingMethodName>;
    changeTaxCategory?: InputMaybe<ChangeShippingMethodTaxCategory>;
    removeShippingRate?: InputMaybe<RemoveShippingMethodShippingRate>;
    removeZone?: InputMaybe<RemoveShippingMethodZone>;
    setCustomField?: InputMaybe<SetShippingMethodCustomField>;
    setCustomType?: InputMaybe<SetShippingMethodCustomType>;
    setDescription?: InputMaybe<SetShippingMethodDescription>;
    setKey?: InputMaybe<SetShippingMethodKey>;
    setLocalizedDescription?: InputMaybe<SetShippingMethodLocalizedDescription>;
    setLocalizedName?: InputMaybe<SetShippingMethodLocalizedName>;
    setPredicate?: InputMaybe<SetShippingMethodPredicate>;
};

Referenced Types

On this page