Product entity stores information about the offered products of an organisation. Typically products are grouped in a product catalog.

Database level

The entity's attributes are shown below. Mandatory fields are marked with a red star:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "prd".
prd_name *StringNameThe object name
prd_type *String
Represents the product type as code. (e.g. "int", "ext")
prd_type_textString
Represents the product type as label. 
prd_unit *String
Represents the product unit as code. (e.g. "pcs", "bulk")
prd_unit_textString
Represents the product unit as label. 

QEE classes level

The class representing the Product is QEEPrd

Inherits from: QEEObject

REST level

The endpoints dealing with Product are:

xrPrd (GET, POST, PUT, DELETE)

xrPrds (GET, PUT, DELETE)