Skip to main content
object

A comment that staff members add to the timeline of Order, DraftOrder, Customer, InventoryTransfer, Company, CompanyLocation, or PriceRule objects. Staff use comments to document internal notes, communicate with team members, and track important information about these types.

The comment includes information like the StaffMember who authored it, when it was created, and whether it's editable or deletable. Comments can have file attachments and reference related objects like Product or ProductVariant objects through embeds.

String!
non-null

The action that occured.

String

The name of the app that created the event.

[CommentEventAttachment!]!
non-null

The attachments associated with the comment event.

Boolean!
non-null

Whether the event was created by an app.

Boolean!
non-null

Whether the event was caused by an admin user.

StaffMember!
non-null

The name of the user that authored the comment event.

Boolean!
non-null

Whether the comment event can be deleted. If true, then the comment event can be deleted.

Boolean!
non-null

Whether the comment event can be edited. If true, then the comment event can be edited.

DateTime!
non-null

The date and time when the event was created.

Boolean!
non-null

Whether the event is critical.

Boolean!
non-null

Whether the comment event has been edited. If true, then the comment event has been edited.

CommentEventEmbed

The object reference associated with the comment event. For example, a product or discount).

ID!
non-null

A globally-unique ID.

FormattedString!
non-null

Human readable text that describes the event.

String!
non-null

The raw body of the comment event.

CommentEventSubject

The parent subject to which the comment event belongs.


Was this section helpful?


Was this section helpful?