ListStockProductRead
object
Fields
| Name | Type | Description |
|---|---|---|
productId | Int! | |
productCategoryId | Int | |
productCategory | ListStockProductCategoryRead | |
identifications | [ProductIdentificationRead!] | |
img | String | |
measurementUnitId | Int | |
measurementUnit | ListStockProductMeasurementUnitRead | |
minStock | Float | |
name | String! | |
parent | ListStockProductParentRead | |
parentId | Int | |
price | Float | |
priceWithTaxes | Float | |
propertyGroupId | String | |
propertyGroup | ListStockProductPropertyGroupRead | |
reference | String! | |
stock | Float | |
type | Int! | |
productAT | ProductATRead | |
justImported | Boolean | |
variants | [ListStockProductRead!] | |
variantsCount | Int! | |
warehouseId | Int | |
warehouse | ListStockProductWarehouseRead | |
warehouses | [ListStockProductWarehouseAssociation!] | |
costPrice | Float | |
totalCostPrice | Float | |
totalSale | Float | |
usingLowestSupplierCost | Boolean! | There are cases where the costs could be calculated using the lowest supplier costs. For example if there are date filters and there are no movements in the date range. |