AAcharioteerGlobal Marketplace
Selected market context: EN · IN · INRBuyerSellerWalletAccountERP

Admin workspace

Enterprise Admin Console

Governance, executive dashboards, observability, module control, and ERP route clarity.

DB Sample Order Test

Use this page as a safe checklist for verifying one sample trade-core order persistence path. Do not rerun big backend code if status is 200.

Sample Test Instructions

  1. Create one test order through /api/trade-core/order/create.
  2. Verify the order appears through /api/trade-core/orders.
  3. Verify wallet, activity, and notification endpoints still load.
  4. Keep memory fallback enabled until DB reads and writes are repeatedly verified.

Endpoints To Verify

MethodEndpointPurpose
POST/api/trade-core/order/createCreate one controlled test order through trade-core.
GET/api/trade-core/ordersVerify orders are visible from DB or memory fallback.
GET/api/trade-core/wallet-ledgerVerify wallet ledger endpoint is available.
GET/api/trade-core/activityVerify activity log endpoint is available.
GET/api/trade-core/notificationsVerify notification endpoint is available.
Warning: If browser pages show 200 and PM2 is online, do not rerun big code.