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

    Interface AssetDraft

    interface AssetDraft {
        custom?: CustomFieldsDraft;
        description?: LocalizedString;
        key?: string;
        name: LocalizedString;
        sources: AssetSource[];
        tags?: string[];
    }
    Index

    Properties

    Custom Fields defined for the Asset.

    description?: LocalizedString

    Description of the Asset.

    key?: string

    User-defined identifier for the Asset. Must be unique per Category or ProductVariant.

    Name of the Asset.

    sources: AssetSource[]
    tags?: string[]

    Keywords for categorizing and organizing Assets.