GET /self/{shopId}/customers/stats

GET /self/{shopId}/customers/stats

Path parameters

  • shopId integer(int32) Required

Query parameters

  • fromDate string(date-time)
  • toDate string(date-time)

Responses

  • 200

    Success

GET /self/{shopId}/customers/stats
curl \
 --request GET 'https://dev.sellpass.io/self/{shopId}/customers/stats' \
 --header "Authorization: $API_KEY"