Skip to main content
GET
/
stores
/
{storeId}
/
analytics
/
gross-volume
cURL
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/analytics/gross-volume \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "series": [
      {
        "date": "2026-05-10",
        "amount": 35400
      },
      {
        "date": "2026-05-11",
        "amount": 42100
      },
      {
        "date": "2026-05-12",
        "amount": 28900
      },
      {
        "date": "2026-05-13",
        "amount": 39850
      },
      {
        "date": "2026-05-14",
        "amount": 47200
      }
    ]
  }
}

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