Shops

Get Shop Stats

Retrieves shop statistics.

get/v1/shops/{shopId}/stats

Response

products_soldinteger
virtual_products_soldinteger
total_customersinteger
virtual_total_customersinteger
total_completed_invoicesinteger
total_feedbacksinteger
average_ratinginteger

Example response

{
  "products_sold": 0,
  "virtual_products_sold": 0,
  "total_customers": 0,
  "virtual_total_customers": 0,
  "total_completed_invoices": 1,
  "total_feedbacks": 0,
  "average_rating": 0
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.