TenderAddItemInput
No description
input TenderAddItemInput {
quantity: Int!
name: String
price: Float
supplier: String
deliveryDate: DateTime
notes: String
productId: Int!
childItems: [TenderChildItemInput!]
}
Fields
TenderAddItemInput.quantity ● Int! non-null scalar
Item quantity
TenderAddItemInput.name ● String scalar
Item name. Defaults to product name
TenderAddItemInput.price ● Float scalar
Item price. Defaults to calculated sales price
TenderAddItemInput.supplier ● String scalar
Item supplier. Defaults to product supplier
TenderAddItemInput.deliveryDate ● DateTime scalar
Delivery date
TenderAddItemInput.notes ● String scalar
Notes, remarks, etc.
TenderAddItemInput.productId ● Int! non-null scalar
Product ID
TenderAddItemInput.childItems ● [TenderChildItemInput!] list input
Adds child items to this tender item. This field is used when adding configurable clusters to the Tender. Provide an array of children options/ products of the parent item.
Member Of
TenderAddItemsInput input