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

    Interface ProductReference

    interface ProductReference {
        id: string;
        obj?: Product;
        typeId: "product";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Product.

    obj?: Product

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

    typeId: "product"

    Type of referenced resource.