CreateQuoteLinesInput
Provides the fields and values to use when creating an quote and attaching lines.
input CreateQuoteLinesInput {
create: [CreateQuoteLineInput!]
}
Fields
CreateQuoteLinesInput.create
● [CreateQuoteLineInput!]
list input
Create a new quote line.
Member Of
CreateQuoteInput
input