1
Shop stats retrieved.
100
50
75
"4.50"
const response = await fetch('https://api.sellauth.com/v1/shops/{shopId}/stats', { method: 'GET', headers: {}, }); const data = await response.json();
{ "products_sold": 100, "total_customers": 50, "feedbacks_received": 75, "average_rating": "4.50" }