Sales
Number of APIs: 4
-
Transactions GET {{SL_BASE_URL}}/api/sales/transactions?seller_id=<string>&marketplace_id=<string>&start_date=<yyyy-mm-dd hh:mm:ss>&end_date=<yyyy-mm-dd hh:mm:ss>&per_page=<integer>
-
Sales Statistics GET {{SL_BASE_URL}}/api/sales/statistics-dashboard?seller_id=<string>&marketplace_id=<string>&view_by=<string>&group_by=<string>&start_date=<yyyy-mm-dd>&end_date=<yyyy-mm-dd>&per_page=<integer>
-
Orders GET {{SL_BASE_URL}}/api/sales/orders?seller_id=<string>&marketplace_id=<string>&start_date=<yyyy-mm-dd>&end_date=<yyyy-mm-dd>&per_page=<integer>
-
Sales Per Day Per Product GET {{SL_BASE_URL}}/api/sales/per-day-per-product?seller_id=<string>&marketplace_id=<string>&start_date=<yyyy-mm-dd>&end_date=<yyyy-mm-dd>&per_page=<integer>