@gradientedge/commercetools-utils
    Preparing search index...

    Interface TaxCategoryRemoveTaxRateAction

    interface TaxCategoryRemoveTaxRateAction {
        action: "removeTaxRate";
        taxRateId?: string;
        taxRateKey?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeTaxRate"
    taxRateId?: string

    ID of the TaxRate to remove. Either taxRateId or taxRateKey is required for this update action.

    taxRateKey?: string

    Key of the TaxRate to remove. Either taxRateId or taxRateKey is required for this update action.