---
title: "Get Shop Stats"
method: GET
path: "/v1/shops/{shopId}/stats"
tags: ["Shops"]
---

# Get Shop Stats

`GET /v1/shops/{shopId}/stats`

Retrieves shop statistics.

## Response `200`

- object
  - `products_sold` integer
  - `virtual_products_sold` integer
  - `total_customers` integer
  - `virtual_total_customers` integer
  - `total_completed_invoices` integer
  - `total_feedbacks` integer
  - `average_rating` integer

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
