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

    Interface ProductSelectionReference

    interface ProductSelectionReference {
        id: string;
        obj?: ProductSelection;
        typeId: "product-selection";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced ProductSelection.

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

    typeId: "product-selection"

    Type of referenced resource.