SetCartShippingMethod
type SetCartShippingMethod = {
shippingMethod?: InputMaybe<ResourceIdentifierInput>;
externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
};type SetCartShippingMethod = {
shippingMethod?: InputMaybe<ResourceIdentifierInput>;
externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
};