Skip to main content

Rest Menzzo

rest-menzzo is the internal REST API layer for Menzzo business workflows. It exposes product, order, SAV, complaint, planning, upload, and catalog APIs used by operational tools and storefront-adjacent services.

Stack

  • Laravel / PHP API application.
  • Sanctum-style API authentication.
  • Composer-managed backend dependencies.
  • Frontend asset tooling for admin or API support screens.

Connected Projects

  • Logidav and Logidav V2 consume or coordinate operational data.
  • SAV tools use customer service and order-status endpoints.
  • Catalog, tracking, and media services rely on product/order context.
  • Ameubleo and other storefronts consume shared catalog or order data paths.

Local Docs Submodule

When this repo consumes global docs, use:

cd docs
npm ci
npm start
npm run build

To Expand

  • API route map.
  • Auth model.
  • Deployment and queue/cron notes.
  • Integration contracts with SAV, catalog, and order tracking.