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

    Interface ProductTypeReference

    interface ProductTypeReference {
        id: string;
        obj?: ProductType;
        typeId: "product-type";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced ProductType.

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

    typeId: "product-type"

    Type of referenced resource.