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
10STICKER_PACKstationery2.530
As List
  • id
    • 10
  • productCode
    • STICKER_PACK
  • category
    • stationery
  • unitPrice
    • 2.5
  • stock
    • 30

Relationships

JSON Example

{
  "id": 10,
  "productCode": "STICKER_PACK",
  "category": "stationery",
  "unitPrice": 2.5,
  "stock": 30
}