Product / Service Catalog

  Updated May 2026Mewayz

Product / Service Catalog in Mewayz

The Product / Service Add-On is the shared inventory catalog used by accounting, CRM, POS, EcomStore, and Bookings.

Mewayz-original module — no Mewayz upstream. Documentation authored from package source at packages/mewayz/ProductService/.

Demo URL

In the product
app.mewayz.com/product/items
Items
Items

Introduction

The Product / Service Add-On is the single source of truth for every sellable item across the Mewayz platform. Rather than each module (Sales, POS, EcomStore, Bookings) maintaining its own product list, all of them read from and write to one shared catalog. This means that when an operator creates a new product in Product / Service, that product is immediately usable on every sales surface, with synchronized stock counts and tax rules.

The module covers physical goods with stock tracking, non-stock services priced per hour or per session, multi-warehouse inventory, hierarchical categories, per-line tax rules, and units of measure.

How To Install The Add-On?

To Set Up the Product / Service Add-On, you can follow this link: Setup Add-On.

The Add-On is gated by PlanModuleCheck:ProductService. Most sales-facing plans bundle it on by default — POS, Account, EcomStore, and Bookings all depend on it being active.

Items

Browse Items

Create a New Item

Edit / Delete an Item

Stock Management

Add or Adjust Stock

Categories

Taxes

Units

Cross-Module Behavior

Other Mewayz modules consume the Product / Service catalog:

Permissions

The package defines granular permissions:

Assign these via Settings → Roles & Permissions.

API Access

The package also exposes GET /api/product-service/items as an internal authenticated endpoint that other modules and the API Docs Generator surface as GET /api/products.

Operator Notes

Was this helpful?