Products
Product catalog (WHMCS products + /ozl/active.json stock status)
Product catalog list (+ stock-active flag)
Combines the WHMCS `tblproducts` record with the `/ozl/active.json` stock status. WHMCS products with `hidden=1` are AUTOMATICALLY filtered out of the list.
Single product detail
Returns the details of a specific product. If the product is not found OR is hidden from the reseller (hidden=1) OR is not sellable (Rabisu Master `resellable=0`), the SAME 404 `product_not_found` response is returned — the cases are not distinguished, to prevent inventory leakage between resellers.