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

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"

Generated using TypeDoc