ProductRead
object
Reads a Product.
Returns a Product with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
visible | Int | |
productId | Int! | |
productCategoryId | Int | |
productCategory | ProductCategoryRead | |
type | Int! | |
posFavorite | Boolean | |
reference | String! | |
name | String! | |
summary | String | |
notes | String | |
notesOnExport | Boolean | |
price | Float | |
priceWithTaxes | Float | |
hasStock | Boolean | |
minStock | Float | |
img | String | |
exemptionReason | String | |
ticketBAIExemptionReasonCode | TicketBAIExemptionReasonEnum | |
exemptionReasonName | String | |
stock | Float | |
propertyGroupId | String | |
propertyGroup | PropertyGroupRead | |
propertyPairs | [ProductVariantPropertyPairsAssociationRead!] | |
warehouseId | Int | |
warehouse | WarehouseRead | |
measurementUnitId | Int | |
measurementUnit | MeasurementUnitRead | |
companyId | Int! | |
company | CompanyRead | |
parent | ProductRead | |
parentId | Int | |
variants | [ProductRead!] | |
identifications | [ProductIdentificationRead!] | |
customFields | [ProductCustomFieldRead!] | |
favoriteIdentifications | [ProductIdentificationRead!] | |
priceClasses | [ProductPriceClassAssociationRead!] | |
warehouses | [ProductWarehouseAssociationRead!] | |
suppliers | [ProductSupplierAssociationRead!] | |
taxes | [ProductTaxAssociationRead!] | |
deletable | Boolean | |
hasStockMovements | Boolean | |
justImported | Boolean | |
costPrice | Float | |
totalCostPrice | Float | |
totalSale | Float | |
variantsCount | Int! | |
productAT | ProductATRead | Used for specific AT product attributes |