VendorReportsApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| getVendorEarningsReport | GET /vendors/{vendor_id}/reports/earnings | |
| getVendorSalesReport | GET /vendors/{vendor_id}/reports/sales |
getVendorEarningsReport
PaginatedResponse_EarningReport getVendorEarningsReport(vendor_id, start_date, end_date, page, per_page)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| start_date | String | [optional] [default to null] | |
| end_date | String | [optional] [default to null] | |
| page | Integer | [optional] [default to null] | |
| per_page | Integer | [optional] [default to null] |
Return type
PaginatedResponse_EarningReport
Authorization
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
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| start_date | String | [optional] [default to null] | |
| end_date | String | [optional] [default to null] | |
| page | Integer | [optional] [default to null] | |
| per_page | Integer | [optional] [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8