Managing Products
Create, organize, and activate the products in your catalog — step by step.
2 min read
Managing Products
What this is & why it matters
Your catalog is the foundation of everything else: you can only stock and sell products that exist here. A product carries its name and description, an optional SKU, a category, a purchase price, and an image. Get this right first — every inventory request and order points back to a product.
Step by step: create a product
- Go to Products (
/admin/products) and click New Product. - Enter the Name — the English name is required; add the Arabic name if you have it.
- (Optional) Enter the Description per language (up to 5000 characters each).
- (Optional) Enter a SKU — your own stock-keeping code (up to 100 characters).
- Pick a Category — this is required.
- (Optional) Enter the Purchase price (your cost; 0 or more).
- (Optional) Upload an Image (JPEG, PNG, JPG, or WEBP, up to 2 MB).
- Leave Active on (the default) so the product is usable, or turn it off to hide it.
- Save. The product is now in your catalog.
Field reference
| Field | Meaning | Required? | Rules |
|---|---|---|---|
| Name (per language) | Product name shown to you and on orders | English required; others optional | Up to 255 chars each |
| Description (per language) | Longer details | Optional | Up to 5000 chars each |
| SKU | Your stock-keeping code | Optional | Up to 100 chars |
| Category | Groups the product | Required | Must be an existing category |
| Purchase price | Your cost for the item | Optional | 0 or more |
| Image | Product photo | Optional | JPEG/PNG/JPG/WEBP, max 2 MB |
| Active | Whether the product is usable | Optional | On by default |
What happens next
The product is active by default and immediately available to stock via an inventory request and to sell via an order. Creating a product does not create stock — it only defines the item. You must still stock it (see Inventory Requests) before it can be ordered.
Tips & common mistakes
- A product is not stock. Creating it does not put any quantity in a warehouse.
- Your plan caps your catalog. The number of products you can manage is limited by your subscription plan (
max_products); if you hit the limit you must upgrade or remove products. See Your Subscription. - Keep SKUs consistent so you can match items across inventory and orders.
Where to look
Screen: Products at /admin/products. Use the active/inactive toggle to control visibility without deleting.
Related pages
- Inventory Requests — stock your products into a warehouse.
- Creating Orders — sell your products.
- Client / Merchant role — permissions behind these screens.