interface ProductReference {
    id: string;
    obj?: Product;
    typeId: "product";
}

Properties

Properties

id: string

Unique identifier of the referenced Product.

obj?: Product

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

typeId: "product"

Generated using TypeDoc