API Referencev1OrdersCount

Count orders

GET
/v1/orders/count
X-API-Key<token>

Per-store API key created in the dashboard at Settings > Developer > API Keys.

In: header

Query Parameters

status?string
Value in"pending" | "confirmed" | "in_progress" | "completed" | "cancelled" | "returned" | "all"

Response Body

application/json

curl -X GET "https://api.whatalo.com/v1/orders/count"
{
  "data": {
    "count": 42
  }
}