ProductItem

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the ProductItem.
productProducttrueRelated Product.
itemItemtrueRelated Item.
basePriceBigDecimalfalseBase price of the Item in that Product.

JSON representation

{
  "id": 1,
  "createdDate": "2018-10-29T12:13:18.840Z",
  "createdUser": 0,
  "item": null,
  "basePrice": 2
}