When creating shipping methods, currently we create the shipping method code manually based on certain parameters. This is time consuming, error prone, and the shipping method code always needs to be a unique value.
Instead, the CMS could use the shipping_method_id (as unique identifier which we do anyway) and the shipping method code should be generated based on a logic reading the parameters that are added per method.