Oldnock Marketplace

Complete Backend API & Admin Dashboard

● Live

🛍️ Product Management

Full CRUD operations for products with image uploads, moderation, and AI-powered scam detection

👥 User Management

Complete user system with profiles, wallets, wishlists, and wardrobe showcase

📦 Order System

End-to-end order processing with payments, shipping, and tracking

⭐ Reviews & Ratings

Multi-dimensional review system with seller responses and helpful votes

🛒 Shopping Cart

Full cart functionality with checkout and bundle discounts

🤝 Offers & Negotiations

Offer system with counter-offers and negotiation history

🚨 Reports & Moderation

Comprehensive reporting system with AI-powered content moderation

📊 Admin Dashboard

Powerful admin panel with statistics, analytics, and full CRUD access

📡 API Information

Base URL:

https://oldnock.nexltech.com/api

Key Endpoints:

GET /api/products - List all products GET /api/products/{id} - Get single product POST /api/auth/register - User registration POST /api/auth/login - User login GET /api/admin/dashboard/statistics - Admin stats

Image Handling:

Product images are automatically stored and full URLs are returned in API responses. Images can be uploaded via:

POST /api/products/{id}/photos - Upload product image