SetCartCustomShippingMethod
type SetCartCustomShippingMethod = {
shippingMethodName: Scalars['String'];
shippingRate: ShippingRateDraft;
taxCategory?: InputMaybe<ResourceIdentifierInput>;
externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
};