Cannot be staged. Published Products are immediately updated.

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

Properties

Properties

action: "setTaxCategory"

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

Generated using TypeDoc