Skip to main content
GET
/
api
/
dashboard
/
inventory
/
summary
Get Inventory Summary
curl --request GET \
  --url https://api.example.com/api/dashboard/inventory/summary
{
  "total_variants": 123,
  "total_quantity": 123,
  "low_stock_count": 123,
  "out_of_stock_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

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

Headers

authorization
string | null
X-API-Key
string | null
X-Stella-Merchant-Id
string | null

Response

Successful Response

Schema for inventory summary.

total_variants
integer
required
total_quantity
integer
required
low_stock_count
integer
required
out_of_stock_count
integer
required