This action will create a Quickbooks Online invoice.
- API endpoint slug
- quickbooks_online.create_invoice
- Filter code method
- QuickbooksOnline.createInvoice.skip(string?: reason)
- Runtime method
- runAction("quickbooks_online.create_invoice", {})
Action fields
- Label
- Customer
- Helper text
- The customer for this invoice
- Slug
- customer_id
- Required
- true
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setCustomerId(string: customer_id)
- Label
- Customer Memo
- Helper text
- The customer memo for this invoice
- Slug
- customer_memo
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setCustomerMemo(string: customer_memo)
- Label
- Bill Email
- Helper text
- The email address to send the invoice to
- Slug
- bill_email
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setBillEmail(string: bill_email)
- Label
- Send email later?
- Helper text
- Whether to send the invoice later
- Slug
- send_email_later
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setSendEmailLater(string: send_email_later)
- Label
- Due Date
- Helper text
- The due date for this invoice
- Slug
- due_date
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setDueDate(string: due_date)
- Label
- Transaction Date
- Helper text
- The transaction date for this invoice
- Slug
- txn_date
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setTxnDate(string: txn_date)
- Label
- Product/Service
- Helper text
- The product or service for this invoice
- Slug
- product_service
- Required
- true
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setProductService(string: product_service)
- Label
- Description
- Helper text
- The description for the product or service
- Slug
- description
- Required
- true
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setDescription(string: description)
- Label
- Quantity
- Helper text
- The quantity for the product or service
- Slug
- quantity
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setQuantity(string: quantity)
- Label
- Unit Price
- Helper text
- The unit price for the product or service
- Slug
- unit_price
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setUnitPrice(string: unit_price)
- Label
- Amount
- Helper text
- The amount of the product or service
- Slug
- amount
- Required
- true
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setAmount(string: amount)
- Label
- Sales Term
- Helper text
- The sales term for this invoice
- Slug
- sales_term
- Required
- false
- Can have default value
- false
- Label
- Private Note
- Helper text
- The private note for this invoice
- Slug
- private_note
- Required
- false
- Can have default value
- true
- Filter code method
- QuickbooksOnline.createInvoice.setPrivateNote(string: private_note)