Interface: ProductAttribute
Defined in: type/ProductAttribute.ts:6
Object class for ProductAttribute
Properties
attributeDescription?
optionalattributeDescription?: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?
optionalcreatedBy?: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?
optionallastModifiedBy?: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