INPUT_OBJECT

OrderCreateMutationInput

Autogenerated input type of OrderCreateMutation

link GraphQL Schema definition

  • input OrderCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Attributes for defining the given order.
  • order: OrderInput!
  • # Attributes for invoices associated with the given order.
  • invoices: [InvoiceInput!]
  • # Attributes of line items associated with this order. LineItems will be split
  • # into invoices by seller.
  • lineItems: [LineItemInput!]
  • # Notify the order information via Email and SMS. By default, at the moment, it
  • # will not send any notifications
  • notifications: [OrderCreationNotificationEnum!]
  • }