Name | Type | Description | Notes |
---|---|---|---|
id | Number | Product id | [optional] |
name | String | Product name | [optional] |
code | String | Product code | [optional] |
netPrice | Number | Product net price | [optional] |
grossPrice | Number | Product gross price | [optional] |
useGrossPrice | Boolean | Product uses gross prices | [optional] |
defaultVat | VatType | [optional] | |
netCost | Number | Product net cost | [optional] |
measure | String | Product measure | [optional] |
description | String | Product description | [optional] |
category | String | Product category | [optional] |
notes | String | Product extra notes | [optional] |
inStock | Boolean | Product has stock | [optional] |
stockInitial | Number | Product initial stock | [optional] |
stockCurrent | Number | [Read Only] Product current stock | [optional] [readonly] |
averageCost | Number | Product average cost | [optional] |
averagePrice | Number | Product average price | [optional] |
createdAt | String | Product creation date | [optional] |
updatedAt | String | Product last update date | [optional] |