DocumentProductSupplierRead
object
Fields
| Name | Type | Description |
|---|---|---|
documentProductId | Int! | |
documentId | Int! | |
productId | Int! | |
product | ProductRead! | |
name | String! | |
reference | String! | |
summary | String | |
ordering | Int | |
discount | Float! | |
price | Float! | |
qty | Float! | |
deliveredQty | Float | |
exemptionReason | String | |
exemptionReasonName | String | |
retentionId | Int | |
retention | RetentionRead | |
retentionValue | Float | |
retentionName | String | |
retentionPercentage | Float | |
hasStock | Boolean | |
originatingDocument | DocumentRead | |
relatedDocumentId | Int | |
relatedDocument | DocumentRead | |
relatedDocumentProductId | Int | |
relatedDocumentProduct | DocumentProductSupplierRead | |
priceClassId | Int | |
priceClass | PriceClassRead | |
warehouseId | Int | |
warehouse | WarehouseRead | |
measurementUnitId | Int | |
measurementUnit | MeasurementUnitRead | |
measurementUnitAbbreviation | String | |
measurementUnitName | String | |
taxes | [DocumentProductTaxRead!] | |
supplierId | Int | |
supplier | SupplierRead | |
unitPrice | Float! | |
unitPriceDiscounted | Float! | |
unitPriceWithTaxes | Float! | |
unitPriceNet | Float! | |
totalPrice | Float! | |
totalPriceDiscounted | Float! | |
totalPriceWithTaxes | Float! | |
totalPriceNet | Float! | |
appliedValue | Float! | |
customFields | [DocumentProductCustomFieldRead!] | |
supplierReference | String |