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

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"

Generated using TypeDoc