SellerLegend API Endpoints

Number of APIs: 18

SellerLegend API endpoints for testing and documentation

  1. User - Accounts List GET {{SL_BASE_URL}}/api/user/accounts

  2. User - Connections List GET {{SL_BASE_URL}}/api/connections/list

  3. Notifications - Notifications List GET {{SL_BASE_URL}}/api/notifications/list?notification_type=<string>

  4. Reports - Request Report POST {{SL_BASE_URL}}/api/reports/request

  5. Reports - Download Report GET {{SL_BASE_URL}}/api/reports/download?report_id=<integer>

  6. Sales - 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>

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

  8. Sales - 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>

  9. COGS - List Cost Periods GET {{SL_BASE_URL}}/api/cogs/cost-periods?seller_id=<string>&marketplace_id=<string>&sku=<string>

  10. COGS - Update Cost Periods POST {{SL_BASE_URL}}/api/cogs/cost-periods