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

    Interface ProductTailoringReference

    interface ProductTailoringReference {
        id: string;
        obj?: ProductTailoring;
        typeId: "product-tailoring";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced ProductTailoring.

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

    typeId: "product-tailoring"

    Type of referenced resource.