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

# SetStagedOrderCustomShippingMethod type

Signature:

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

References: Scalars, ShippingRateDraft, InputMaybe, ResourceIdentifierInput, ExternalTaxRateDraft