Creator Messages

Inbox unread and unreplied stats

Shop-level counts for the creator DM inbox: total conversations, conversations with unread messages, conversations awaiting a shop reply, and the total unread-message count (the badge number). unread_conversations counts conversations; unread_messages sums the unread messages inside them — they are NOT the same. For per-creator unread detail, page GET /conversations?unread_only=true.

get/creator-messages/stats

Response

Successful Response

total_conversationsinteger required

Total conversations with message data for the shop.

unread_conversationsinteger required

Conversations with at least one unread message.

unreplied_conversationsinteger required

Conversations whose last message was from the creator (awaiting a shop reply).

unread_messagesinteger required

SUM of unread messages across all conversations — the total unread badge number. Distinct from unread_conversations.

has_databoolean required

True if the shop has any conversation with message data.

Changes

No recorded changes to this endpoint across all 1 revision of this API.