Skip to Content

VendorReportsApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
getVendorEarningsReportGET /vendors/{vendor_id}/reports/earnings
getVendorSalesReportGET /vendors/{vendor_id}/reports/sales

getVendorEarningsReport

PaginatedResponse_EarningReport getVendorEarningsReport(vendor_id, start_date, end_date, page, per_page)

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
start_dateString[optional] [default to null]
end_dateString[optional] [default to null]
pageInteger[optional] [default to null]
per_pageInteger[optional] [default to null]

Return type

PaginatedResponse_EarningReport

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8

getVendorSalesReport

PaginatedResponse_SaleReport getVendorSalesReport(vendor_id, start_date, end_date, page, per_page)

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
start_dateString[optional] [default to null]
end_dateString[optional] [default to null]
pageInteger[optional] [default to null]
per_pageInteger[optional] [default to null]

Return type

PaginatedResponse_SaleReport

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8