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

    Interface CategorySetAssetTagsAction

    interface CategorySetAssetTagsAction {
        action: "setAssetTags";
        assetId?: string;
        assetKey?: string;
        tags?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setAssetTags"
    assetId?: string

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

    assetKey?: string

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

    tags?: string[]

    Keywords for categorizing and organizing Assets.