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