BulkProductRead
object
Reads a Bulk Product.
Returns a Bulk Product with the specified IDs.
Fields
| Name | Type | Description |
|---|---|---|
productCategory | ProductCategoryRead | |
type | Int! | |
posFavorite | Boolean | |
name | String! | |
summary | String | |
notes | String | |
notesOnExport | Boolean | |
price | Float | |
priceWithTaxes | Float | |
hasStock | Boolean | |
minStock | Float | |
img | String | |
exemptionReason | String | |
warehouse | WarehouseRead | |
measurementUnit | MeasurementUnitRead | |
company | CompanyRead | |
identifications | [ProductIdentificationRead!] | |
customFields | [ProductCustomFieldRead] | |
favoriteIdentifications | [ProductIdentificationRead!] | |
priceClasses | [ProductPriceClassAssociationRead] | |
suppliers | [ProductSupplierAssociationRead] | |
taxes | [ProductTaxAssociationRead] | |
costPrice | Float | |
totalCostPrice | Float | |
totalSale | Float |