Skip to main content

OrderBulkCreateNoteInput Input Type

No description

input OrderBulkCreateNoteInput {
message: String!
date: DateTime
userId: ID
userEmail: ID
userExternalReference: ID
appId: ID
}

Fields

message ● String!

Note message. Max characters: 255.

date ● DateTime

The date associated with the message.

userId ● ID

The user ID associated with the message.

userEmail ● ID

The user email associated with the message.

userExternalReference ● ID

The user external ID associated with the message.

appId ● ID

The app ID associated with the message.

Member Of

OrderBulkCreateInput input