API
Po zalogowaniu należy przesyłać cookie oraz nagłówek x-csrf-token
Lista zasobów
- Autoryzacja
- Użytkownicy
- Użytkownicy - harmonogram KPI
- Produkty
- Produkty: warianty
- Produkty: kategorie
- Produkty: producenci
- Klienci
- Klienci: adresy
- Klienci: kontakty
- Metody wysyłki
- Metody płatności
- Zamówienia
- Dashboard
- Spotkania (kalendarz)
@include('api.users.auth')
@include('api.users.users')
@include('api.users.kpi-schedules')
@include('api.products.products')
@include('api.products.variants')
@include('api.products.categories')
@include('api.products.manufacturers')
@include('api.customers.customers')
@include('api.customers.addresses')
@include('api.customers.contacts')
@include('api.shipments.shipments')
@include('api.payments.payments')
@include('api.orders.orders')
@include('api.dashboard.dashboard')
@include('api.meetings.meetings')