ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Interface Magento2Category

    Category assigned to a Magento 2 product.

    const category: Magento2Category = {
    uid: "MTc5OQ==",
    name: "Chemistry & Biochemicals",
    url_path: "cat-chemicals-and-biochemicals"
    };
    interface Magento2Category {
        uid: string;
        name: string;
        url_path: string;
        level?: number;
    }
    Index

    Properties

    Properties

    uid: string

    Base64-encoded category identifier

    name: string

    Display name of the category

    url_path: string

    URL path segment for the category

    level?: number

    Depth of the category in the catalog tree