Skip to main content
GET
/
v3
/
stores
/
{store_id}
/
public
/
items
/
count
Count storefront items
curl --request GET \
  --url https://api.scalev.com/v3/stores/{store_id}/public/items/count \
  --header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'
{
  "total": 1
}

Headers

X-Scalev-Storefront-Api-Key
string
required

Publishable storefront public API key for the target store. Page public API keys are not accepted on Storefront public routes.

Path Parameters

store_id
string
required

Store unique_id.

Response

Storefront item count

total
integer
required
Required range: x >= 0