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
1BOOK_APIbook8.9912
As List
  • id
    • 1
  • productCode
    • BOOK_API
  • category
    • book
  • unitPrice
    • 8.99
  • stock
    • 12

Relationships

JSON Example

{
  "id": 1,
  "productCode": "BOOK_API",
  "category": "book",
  "unitPrice": 8.99,
  "stock": 12
}