CreateQuoteLineInput
Provides the fields and values to use when creating an quote line.
input CreateQuoteLineInput {
quantity: Decimal
amount: Decimal
unit: ProductUnit
discount: Decimal
productId: ID
notes: String
taxId: ID
sortOrder: Int
}
Fields
CreateQuoteLineInput.quantity
● Decimal
scalar
The quote line's quantity.
CreateQuoteLineInput.amount
● Decimal
scalar
The quote line's amount.
CreateQuoteLineInput.unit
● ProductUnit
enum
The quote line's unit.
CreateQuoteLineInput.discount
● Decimal
scalar
The quote line's discount.
CreateQuoteLineInput.productId
● ID
scalar
The quote line's product.
CreateQuoteLineInput.notes
● String
scalar
The quote line's notes.
CreateQuoteLineInput.taxId
● ID
scalar
The quote line's tax.
CreateQuoteLineInput.sortOrder
● Int
scalar
The quote line's sort order.
Member Of
CreateQuoteLinesInput
input ● UpdateQuoteLinesInput
input