Skip to main content
Version: 3.x

InvoiceCreateInput

No description

input InvoiceCreateInput {
number: String!
url: String!
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
}

Fields

InvoiceCreateInput.number ● String! non-null scalar

Invoice number.

InvoiceCreateInput.url ● String! non-null scalar

URL of an invoice to download.

InvoiceCreateInput.metadata ● [MetadataInput!] list input

Fields required to update the invoice metadata.

Added in Saleor 3.14

InvoiceCreateInput.privateMetadata ● [MetadataInput!] list input

Fields required to update the invoice private metadata.

Added in Saleor 3.14

Member of

invoiceCreate mutation


Was this page helpful?