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

    Interface ProductCatalogData

    interface ProductCatalogData {
        current: ProductData;
        hasStagedChanges: boolean;
        published: boolean;
        staged: ProductData;
    }
    Index

    Properties

    current: ProductData

    Current (published) data of the Product.

    hasStagedChanges: boolean

    true if the staged data is different from the current data.

    published: boolean

    If true, the current representation of the Product is retrievable in the Product Projection endpoints and indexed for Product Search.

    staged: ProductData

    Staged (unpublished) data of the Product.