Skip to main content

Interface: ProductAttribute

Defined in: type/ProductAttribute.ts:6

Object class for ProductAttribute

Properties

attributeDescription?

optional attributeDescription?: AttributeDescription

Defined in: type/ProductAttribute.ts:20

attributeDescription field


createdAt

createdAt: string

Defined in: type/ProductAttribute.ts:12

The date when the attribute was created


createdBy?

optional createdBy?: number

Defined in: type/ProductAttribute.ts:16

The ID of the user that created the attribute


id

id: string

Defined in: type/ProductAttribute.ts:8

The ID of the attribute


lastModifiedAt

lastModifiedAt: string

Defined in: type/ProductAttribute.ts:14

The date when the attribute was last modified


lastModifiedBy?

optional lastModifiedBy?: number

Defined in: type/ProductAttribute.ts:18

The ID of the user that last modified the attribute


productId

productId: number

Defined in: type/ProductAttribute.ts:22

The ID of the product this attribute belongs to


value

value: AttributeValue

Defined in: type/ProductAttribute.ts:10

The value of the attribute