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

    Interface CategoryChangeAssetNameAction

    interface CategoryChangeAssetNameAction {
        action: "changeAssetName";
        assetId?: string;
        assetKey?: string;
        name: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeAssetName"
    assetId?: string

    New value to set. Either assetId or assetKey is required.

    assetKey?: string

    New value to set. Either assetId or assetKey is required.

    New value to set. Must not be empty.