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

    Interface CategoryReference

    interface CategoryReference {
        id: string;
        obj?: Category;
        typeId: "category";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Category.

    obj?: Category

    Contains the representation of the expanded Category. Only present in responses to requests with Reference Expansion for Categories.

    typeId: "category"

    Type of referenced resource.