Skip to main content
GET
/
seller
/
stats
Get seller stat
curl --request GET \
  --url https://api.managem.co.uk/seller/stats \
  --header 'Authorization: Bearer <token>'
{
  "orders": {
    "total": 1,
    "open": 1,
    "waiting": 1
  },
  "cases": {
    "open": 1
  },
  "listings": {
    "total": 1,
    "invalid": 1
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Seller stats

Aggregated stats for the authenticated seller, covering orders, cases, and listings.

orders
object
required

Aggregated order stats for the seller

cases
object
required

Aggregated case stats for the seller

listings
object
required

Aggregated listing stats for the seller