Skip to main content

Interface: BaseProductClusterRelationship

Defined in: type/BaseProductClusterRelationship.ts:6

Object class for BaseProductClusterRelationship

Properties

cluster

cluster: Cluster

Defined in: type/BaseProductClusterRelationship.ts:24

The cluster in this relationship


clusterUuid

clusterUuid: string

Defined in: type/BaseProductClusterRelationship.ts:12

Cluster UUID


createdAt

createdAt: string

Defined in: type/BaseProductClusterRelationship.ts:18

Timestamp marking when the record was created, in UTC ISO 8601 format.


isDefault

isDefault: boolean

Defined in: type/BaseProductClusterRelationship.ts:14

Whether this is the default product for the cluster


lastModifiedAt

lastModifiedAt: string

Defined in: type/BaseProductClusterRelationship.ts:20

Timestamp marking the last modification of the record, in UTC ISO 8601 format.


product

product: Product

Defined in: type/BaseProductClusterRelationship.ts:22

The product in this relationship


productUuid

productUuid: string

Defined in: type/BaseProductClusterRelationship.ts:10

Product UUID


sortOrder

sortOrder: number

Defined in: type/BaseProductClusterRelationship.ts:16

Sort order within the cluster


uuid

uuid: string

Defined in: type/BaseProductClusterRelationship.ts:8

Globally unique identifier for the product or cluster.