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
6PUZZLE_CACHEgame12.07
As List
  • id
    • 6
  • productCode
    • PUZZLE_CACHE
  • category
    • game
  • unitPrice
    • 12.0
  • stock
    • 7

Relationships

JSON Example

{
  "id": 6,
  "productCode": "PUZZLE_CACHE",
  "category": "game",
  "unitPrice": 12.0,
  "stock": 7
}