---
title: "Get seller stat"
method: GET
path: "/seller/stats"
tags: ["seller-stats"]
---

# Get seller stat

`GET /seller/stats`

Retrieve aggregated seller dashboard statistics.

Use this endpoint for seller home dashboards where you need quick operational totals.

Included metrics:
- Orders: total, open, and waiting-for-action counts.
- Cases: open case count for the seller’s orders.
- Listings: total and invalid listing counts.

Caching:
- Backed by cached counts with tag invalidation.
- Stats are optimized for fast dashboard loads rather than per-request deep queries.

## Response `200`

Seller stats

- SellerStats — Aggregated stats for the authenticated seller, covering orders, cases, and listings.
  - `orders` object, required — Aggregated order stats for the seller
    - `total` integer, required — Total number of orders associated with the seller
    - `open` integer, required — Total number of orders that have not been completed
    - `waiting` integer, required — Orders requiring action from the seller (e.g., orders that need shipping)
  - `cases` object, required — Aggregated case stats for the seller
    - `open` integer, required — Cases related to the seller that have not been closed, including escalations and remediation
  - `listings` object, required — Aggregated listing stats for the seller
    - `total` integer, required — Total number of listings associated with the seller
    - `invalid` integer, required — Number of listings that are invalid (e.g., missing images)

## Other responses

- `404` — Seller not found

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/6367b514f6ea/schema)
