Home > @vsf-enterprise/commercetools-types > SetCartCustomShippingMethod

# SetCartCustomShippingMethod type

Signature:

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

References: Scalars, ShippingRateDraft, InputMaybe, ResourceIdentifierInput, ExternalTaxRateDraft