Skip to main content

Message Object

Description

A message in an order conversation thread.

Declaration

type Message {
content: String
subject: String
created: Date
fromBuyer: Boolean
sender: OrderMessageSender
attachments: [OrderMessageAttachment!]
}

Fields

NameTypeDescription
contentStringMessage content text.
subjectStringMessage subject line.
createdDateDate when the message was created.
fromBuyerBooleanWhether the message was sent by the buyer.
senderOrderMessageSenderSender information.
attachments[OrderMessageAttachment!]Attachments included with the message.