interface Reference {
    createdAt?: Date;
    id: string;
    productResourceId: string;
    productResourceType: string;
    status: ReferenceStatus;
    type: ReferenceType;
}

Properties

createdAt?: Date

Creation date of the reference.

id: string

UUID of the reference.

productResourceId: string

UUID of the product resource it refers to (according to the product_resource_type).

productResourceType: string

Type of resource to which the reference is associated.

Status of the reference. Statuses include attaching, attached, and detaching.

Type of reference (link, exclusive, read_only).