Skip to main content
GET
/
v1
/
scraped-products
/
sellable
/
stats
Get sellable product statistics
curl --request GET \
  --url http://localhost:3000/v1/scraped-products/sellable/stats
{
  "total": 123,
  "active": 123,
  "inactive": 123,
  "rfc_items": 123,
  "sweep_items": 123
}

Response

200 - application/json

Sellable product statistics

Sellable product statistics

total
number
required
active
number
required
inactive
number
required
rfc_items
number
required
sweep_items
number
required