ShippingMethodInput
Defines the shipping carrier and method.
type ShippingMethodInput = {
carrier_code: Scalars['String']['input']; /** A string that indicates which service a commercial carrier will use to ship items. For offline delivery methods, this value is similar to the label displayed on the checkout page. */
method_code: Scalars['String']['input'];
};