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

# SetStagedOrderShippingMethodTaxRateOutput type

Signature:

export declare type SetStagedOrderShippingMethodTaxRateOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderShippingMethodTaxRateOutput';
    type: Scalars['String'];
    externalTaxRate?: Maybe<ExternalTaxRateDraftOutput>;
};

References: StagedOrderUpdateActionOutput, Scalars, Maybe, ExternalTaxRateDraftOutput