Home > @vsf-enterprise/commercetools-types > SetCartShippingMethod
# SetCartShippingMethod type
Signature:
export declare type SetCartShippingMethod = {
shippingMethod?: InputMaybe<ResourceIdentifierInput>;
externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
};
References: InputMaybe, ResourceIdentifierInput, ExternalTaxRateDraft