DocumentProductInput
input
Fields
| Name | Type | Description |
|---|---|---|
productId | Int! | |
ordering | Int! | |
name | String | |
summary | String | |
price | Float | |
discount | Float | Discount value between 0 and 100 (percentage) |
qty | Float! | |
deliveredQty | Float | |
exemptionReason | String | |
ticketBAIExemptionReasonCode | TicketBAIExemptionReasonEnum | |
retentionId | Int | |
relatedDocumentId | Int | |
relatedDocumentProductId | Int | |
priceClassId | Int | |
warehouseId | Int | |
taxes | [DocumentProductTaxInput!] | |
customFields | [DocumentProductCustomFieldInput!] | |
supplierId | Int | |
supplierReference | String |