Referencia APIv1ProductsCount

Count products

Get the total number of products, optionally filtered by status.

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

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

In: header

Query Parameters

status?string
Default"active"
Value in"active" | "inactive" | "all"

Response Body

application/json

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