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
12POSTER_APIart5.9910
As List
  • id
    • 12
  • productCode
    • POSTER_API
  • category
    • art
  • unitPrice
    • 5.99
  • stock
    • 10

Relationships

JSON Example

{
  "id": 12,
  "productCode": "POSTER_API",
  "category": "art",
  "unitPrice": 5.99,
  "stock": 10
}