Skip to main content
GET
/
stores
/
{storeId}
/
analytics
/
overview
cURL
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/analytics/overview \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "grossVolume": 1248900,
    "netVolume": 1141500,
    "orders": 432,
    "customers": 318,
    "refunded": 12,
    "disputes": 2,
    "period": {
      "from": "2026-04-14T00:00:00.000Z",
      "to": "2026-05-14T00:00:00.000Z"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token mode — passes the secret directly. Token starts with sk_.

Path Parameters

storeId
string
required
Required string length: 12 - 48

Query Parameters

period
Available options:
7d
startDate
string<date-time>
endDate
string<date-time>

Response

Default Response

ok
enum<boolean>
required
Available options:
true
data
any
required