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