Sales

Number of APIs: 4

  1. 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>

  2. 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>

  3. 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>

  4. 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>