Skip to content

SudoSOS Back-end API / catalogue/products / Product

Class: Product ​

Extends ​

Constructors ​

Constructor ​

ts
new Product(): Product;

Returns ​

Product

Inherited from ​

BaseEntity.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
createdAtreadonlyDateThe creation date of the object.BaseEntity.createdAt
currentRevisionpublicnumberThe current revision of the product. Can be null if no revision exists.-
deletedAtreadonlyDate--
idreadonlynumber-BaseEntity.id
image?publicProductImageThe image of the product.-
ownerpublicUser--
updatedAtreadonlyDateThe last update date of the object.BaseEntity.updatedAt
versionreadonlynumberThe current version of the object.BaseEntity.version