Exploring Entities in __default session database.

product Instance

product

All the fields and values for the product instance are shown in the table below.

idproductCodecategoryunitPricestock
7NOTEBOOK_GRIDstationery4.7518
As List
  • id
    • 7
  • productCode
    • NOTEBOOK_GRID
  • category
    • stationery
  • unitPrice
    • 4.75
  • stock
    • 18

Relationships

JSON Example

{
  "id": 7,
  "productCode": "NOTEBOOK_GRID",
  "category": "stationery",
  "unitPrice": 4.75,
  "stock": 18
}