Types > Message
Commerce APITypesMessage
Message

Description

Topic: Notifications

Fields

created_at: String!

The date and time when message entry was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique message identifier. See also: Unique Identifiers

Example: "ms_550e8400e29b41d4a716446655440000"


sent_at: String

The date and time when send attempt was made

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


sent_status: SentStatus!

The status of message

Example: "successfully_sent"


type: MessageType!

Type of the message

Example: "email"


Used By

Mutations

message

Queries

message

Types

CustomerInventory, Order, OrderHistoryCancel, OrderHistoryFulfillmentCreated, OrderHistoryFulfillmentModified, OrderHistoryManualRefund, OrderHistoryRefundTransaction, ProductQuestion, ProductQuestionAnswer, ProductReview, ProductReviewAnswer, PurchaseOrder, User

Preview (typescript)

Loading module