@makerinc/react-sdk
    Preparing search index...

    Interface Category

    Product category/collection Server type: Store.Category.t

    interface Category {
        defaultSortOrder?: SortOrder | null;
        description?: string | null;
        firstImportedAt?: number | null;
        id: string;
        image?: Image | null;
        lastImportedAt?: number | null;
        lastModifiedAt?: number | null;
        link?: string | null;
        name?: string | null;
        productsCount?: number | null;
    }
    Index

    Properties

    defaultSortOrder?: SortOrder | null
    description?: string | null

    Raw HTML description - MUST use renderDescription() utility to render properly

    Product.description for full documentation

    firstImportedAt?: number | null
    id: string
    image?: Image | null
    lastImportedAt?: number | null
    lastModifiedAt?: number | null
    link?: string | null
    name?: string | null
    productsCount?: number | null