API

Po zalogowaniu należy przesyłać cookie oraz nagłówek x-csrf-token

Lista zasobów

  1. Autoryzacja
  2. Użytkownicy
  3. Użytkownicy - harmonogram KPI
  4. Produkty
  5. Produkty: warianty
  6. Produkty: kategorie
  7. Produkty: producenci
  8. Klienci
  9. Klienci: adresy
  10. Klienci: kontakty
  11. Metody wysyłki
  12. Metody płatności
  13. Zamówienia
  14. Dashboard
  15. 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')