UpdateInvoiceInput
No description
input UpdateInvoiceInput {
number: String
url: String
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
}
Fields
UpdateInvoiceInput.number
● String
scalar
Invoice number
UpdateInvoiceInput.url
● String
scalar
URL of an invoice to download.
UpdateInvoiceInput.metadata
● [MetadataInput!]
list input
Fields required to update the invoice metadata.
Added in Saleor 3.14
UpdateInvoiceInput.privateMetadata
● [MetadataInput!]
list input
Fields required to update the invoice private metadata.
Added in Saleor 3.14
Member of
invoiceUpdate
mutation