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

    Interface ProductSetTaxCategoryAction

    Cannot be staged. Published Products are immediately updated.

    interface ProductSetTaxCategoryAction {
        action: "setTaxCategory";
        taxCategory?: TaxCategoryResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setTaxCategory"

    The Tax Category to set. If empty, any existing value will be removed.