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

    Interface Asset

    interface Asset {
        custom?: CustomFields;
        description?: LocalizedString;
        id: string;
        key?: string;
        name: LocalizedString;
        sources: AssetSource[];
        tags?: string[];
    }
    Index

    Properties

    custom?: CustomFields

    Custom Fields defined for the Asset.

    description?: LocalizedString

    Description of the Asset.

    id: string

    Unique identifier of the Asset. Not required when importing Assets using the Import API.

    key?: string

    User-defined identifier of the Asset. It is unique per Category or ProductVariant.

    Name of the Asset.

    sources: AssetSource[]
    tags?: string[]

    Keywords for categorizing and organizing Assets.