Shops > Notifications
Commerce APIShopsNotifications

Notifications

The Notifications API can be employed to help diagnose issues with message deliverability or other problems. In test mode, both email and SMS notifications can be viewed. In live mode, the API can also be used to verify the status of a message and attempt to resend it.

Endpoints

EndpointDescriptionJSON API
emailMessagesDeleteDelete test shop email messagesDELETE:email/messages.json
emailMessagesPageGet test shop email messagesGET:email/messages/page.json
messageGet messages statusGET:message.json
messageResend messagePOST:message.json
smsMessagesDeleteDelete test shop sms messagesDELETE:sms/messages.json
smsMessagesPageGet test shop sms messagesGET:sms/messages/page.json
smsSentSummaryGet sent sms messages over period of time (aggregated)GET:sms/sent_summary.json

Types

Types
Message
SmsMessageSummary
TestEmailPage
TestSmsPage