consignmentInvoiceUpdate
mutation
Update consignment invoice
Modifies a draft consignment invoice's line items, customer, or other details. Returns the updated document.
mutation {
consignmentInvoiceUpdate(companyId: Int!, data: ConsignmentInvoiceUpdate!, options: ConsignmentInvoiceMutateOptions): ConsignmentInvoice!
}Returns: ConsignmentInvoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ConsignmentInvoiceUpdate! | |
options | ConsignmentInvoiceMutateOptions |