
Closed
Posted
Paid on delivery
I already have a simple HTML front-end where customers will log in, but nothing exists on the server side yet. All purchase orders currently live in Zoho (Books/Inventory). Your job is to build the complete back-end that will let customers: • see every purchase order synced from Zoho in real time • follow each order through our internal stages—design, manufacturing, QA, packing, and so on • watch the shipment move once it leaves our warehouse via a third-party cargo service On the operational side, my team must be able to update those internal stages from an admin screen and trigger the corresponding customer notifications. We also need tight, documented integration hooks for whichever courier APIs finally make sense; we are open to FedEx, UPS, DHL or any other option you recommend. Scope of work 1. Architecture & setup – choose and provision the server stack (language, framework, database, hosting). Nothing is in place yet, so you will start greenfield. 2. Zoho sync – pull purchase order data securely, store it locally, and keep it updated. 3. Order tracker – expose REST/GraphQL endpoints that the HTML front-end can consume to display stage-by-stage progress. 4. Internal dashboard – simple web UI for our staff to change stages, attach notes or files, and push status updates. 5. Shipment module – integrate at least one live-tracking carrier API; structure the code so switching or adding carriers later is straightforward. 6. Security & auth – single sign-on for customers and role-based access for staff. 7. Handover – clean repo, deployment scripts, and a brief runbook so we can maintain the service. Acceptance criteria • Customer can log in and see every order synced from Zoho within 5 minutes of creation. • Stage updates made by staff appear for the customer within 1 minute. • At least one carrier shows live tracking events end-to-end. • All endpoints documented in OpenAPI/Swagger. • Code installs on a fresh server via the provided script with no manual tweaks. Mention any preferred framework in your proposal and outline how you would approach the Zoho and shipment integrations. I’m ready to start as soon as I find the right partner.
Project ID: 40525424
66 proposals
Remote project
Active 2 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
66 freelancers are bidding on average ₹24,616 INR for this job

Hi, I’d recommend Laravel 12 + MySQL + Redis + Docker for this project. I can build the complete backend from scratch, including Zoho synchronization, customer-facing order tracking APIs, admin dashboard, shipment tracking integration, RBAC security, notifications, Swagger documentation, and automated deployment scripts. My approach would use a local order database synced from Zoho, configurable workflow stages, and a carrier abstraction layer so FedEx, UPS, DHL, or future providers can be added easily. A few questions: Which Zoho products are being used, how should customers authenticate, and do you require email-only notifications or SMS/WhatsApp as well?
₹12,500 INR in 3 days
5.7
5.7

Hello, I'm Karthik, a Solution Architect with 15+ years of experience in ERP integrations, order management, and logistics tracking systems. I can build a scalable backend using FastAPI/Node.js, PostgreSQL, and Docker, integrating seamlessly with Zoho Books/Inventory to sync purchase orders in near real-time. Key Deliverables: ✔ Zoho PO Sync & Local Data Store ✔ Customer Order Tracking APIs (REST/Swagger) ✔ Admin Dashboard for Stage Updates & Notifications ✔ DHL/FedEx/UPS Tracking Integration ✔ SSO, RBAC & Secure Authentication ✔ Deployment Scripts, Documentation & Handover I have extensive experience building enterprise workflow and tracking platforms and can start immediately. Regards, Karthik 15+ Years Experience
₹50,000 INR in 7 days
5.7
5.7

I have read your requirements carefully and would love to help build the complete backend platform for your customer order tracking system. Since the frontend already exists, my focus would be designing a secure, scalable backend architecture that synchronizes with Zoho, manages internal production workflows, and provides real-time shipment visibility. For this project, I would recommend Node.js (NestJS) with PostgreSQL. NestJS provides excellent structure for enterprise integrations, role-based security, API documentation, background jobs, and long-term maintainability. The system would expose REST APIs (and GraphQL if desired) for your existing frontend while maintaining a clean service-oriented architecture. The Zoho integration would use secure OAuth-based synchronization with scheduled jobs and webhooks where available to ensure purchase orders are reflected locally within minutes. Internal workflow stages such as Design, Manufacturing, QA, Packing, Dispatch, and Delivery would be configurable through an admin dashboard, with automated notifications triggered whenever statuses change. For shipment tracking, I would implement a carrier abstraction layer supporting FedEx, UPS, DHL, or other logistics providers. This makes future carrier additions straightforward without requiring major architectural changes.
₹15,000 INR in 14 days
5.9
5.9

Your Zoho sync will fail under load if you're polling their API every 5 minutes for hundreds of orders - you'll hit rate limits and miss real-time updates. You need webhook listeners plus a queue system to handle bursts without dropping data. Before architecting the solution, I need clarity on two things: What's your current order volume per day, and are you expecting 50 orders or 500? Second, does your Zoho Books plan support webhooks, or will we need to implement intelligent polling with delta sync? Here's the architectural approach: - NODE.JS + EXPRESS: Build REST APIs with Swagger auto-documentation and implement JWT-based SSO that integrates with your existing customer database without forcing password resets. - MYSQL + REDIS: Store normalized order data in MySQL with proper indexing on order_id and customer_id, then cache Zoho responses in Redis to reduce API calls by 80% and guarantee sub-200ms query times. - ZOHO INTEGRATION: Set up OAuth 2.0 flow with refresh token rotation, implement webhook receivers for real-time order creation, and fall back to incremental polling every 15 minutes to catch any missed events. - SHIPMENT MODULE: Abstract carrier logic behind a unified tracking interface - I'll start with FedEx API since they have the most reliable webhook support, but the adapter pattern lets you plug in UPS or DHL in under 2 hours each. - ADMIN DASHBOARD: React-based internal UI with role-based permissions where your team updates stages via dropdown, uploads PDFs, and triggers email/SMS notifications through SendGrid with delivery confirmation. - DEPLOYMENT: Dockerized stack with one-command deployment to AWS EC2 or DigitalOcean, plus GitHub Actions CI/CD that auto-tests API endpoints before every release. I've built 4 similar order tracking systems for manufacturing clients, including one that synced 2,000 daily orders from QuickBooks without missing a single webhook. Let's schedule a 20-minute call to walk through the Zoho API limits and confirm your hosting preferences before I draft the technical spec.
₹22,500 INR in 7 days
5.5
5.5

As a seasoned and passionate freelance web and software developer with extensive API Development, Backend Development, and MySQL skills - I am the ideal partner to turn your project description into a reality. Having resolved countless complex requisites in different industries for both early-stage startups and growing businesses, I have an invaluable understanding of how technology solutions can drive your specific business goals, beyond just executing on technical specifications. Your project scope aligns perfectly with my expertise; my first step would be to select the ideal stack to power your product tracking backend, with a focus on scalability and long-term efficiency. Building upon this solid foundation, I will create robust integration with Zoho that securely pulls order data in real-time, ensuring customer orders are visible within minutes of creation. The shipment module is another aspect I'm fully adept at handling. From seamless integration with selected carrier APIs to presenting live tracking events end-to-end, I'll surmount these challenges by creating highly-structured code that allows for simple switching or addition of carriers as your practice evolves.
₹25,000 INR in 5 days
5.1
5.1

✋ Hi, there. I can build your order tracking backend from scratch, syncing Zoho purchase orders and integrating shipment tracking. ✔️ I built a similar order management system for a manufacturing client using Node.js with PostgreSQL, syncing sales orders from Zoho Books via their REST API with OAuth authentication, and integrating 17TRACK for multi-carrier shipment tracking . I will set up your server stack with Node.js and PostgreSQL, implement Zoho Books API sync to pull purchase orders with pagination and store them locally, build RESTful endpoints for your HTML front-end to display stage-by-stage progress, create an internal admin dashboard for staff to update order stages and push notifications, integrate 17TRACK API for live tracking events with carrier switching flexibility, and handle authentication with role-based access and JWT . Please click the 'Chat' button to start our valuable conversation. Looking forward to collaborating with you! Best regards, Mykhaylo
₹25,000 INR in 7 days
5.1
5.1

At the core of our expertise lies a value proposition that we are certain can transform your operational efficiency and customer experience. With an extensive experience of 12+ years in full-stack development and a comprehensive knowledge in designing, building and optimizing complex software systems, we are well suited to tackle your Product Tracking Backend Development project. Our dexterity is all-rounded, and for this project, we bring forth profound skills in API Development, Database Management, MySQL as well as Software Architecture that are pertinent to your need. We adopt a collaborative approach with clients, ensuring that I am constantly keeping you updated in real-time. This aligns perfectly with your ubiquitous requirement for real-time syncing, shipment tracking and updating stages.
₹25,000 INR in 7 days
5.6
5.6

**DO NOT PAY ME UNTIL I COMPLETE! :)** Hello my valuable client :) My profile is new over here but I have 7 years of experience in this field. I have completely understood about your project. Also I will provide you free maintenance on your project for 1 year after project completion. I can definitely complete this in your timeframe. Give me one chance to prove myself. Hit the chat button to get started. If you will not like my work then you dont need to pay me any money so dont worry and have faith in me :) I am eagerly waiting for your message.
₹25,000 INR in 7 days
3.8
3.8

Hi, I understand you need a complete backend solution to integrate with your existing HTML frontend and synchronize purchase orders from Zoho in real time. You also want to implement an internal stage tracking system for your team and trigger customer notifications accordingly. To start, I'll set up a RESTful API using Node.js and MySQL to fetch purchase orders from Zoho. I'll then create a database schema to store internal stage information and customer notifications. This will allow your team to update internal stages from an admin screen and trigger corresponding customer notifications. For the third-party cargo service integration, I recommend FedEx. I'll set up an API integration with FedEx to track shipments and update the database accordingly. Once the integration is in place, I can provide documented hooks for your team to integrate with other courier APIs, such as UPS or DHL, if needed. I have experience with Laravel, Node.js, and MySQL, and have worked on similar projects integrating third-party APIs. I'll ensure that the integration is secure, scalable, and follows best practices. Before starting, I just want to clarify which courier APIs your team is leaning towards, and if there's any specific documentation or requirements I should follow for the Zoho integration. I'm confident that I can deliver a clean and well-documented backend solution that meets your requirements. Let's get started.
₹23,305 INR in 5 days
4.0
4.0

As an experienced technology leader with a multi-faceted background in API and Backend Development, I believe I am the ideal candidate for your Product Tracking Backend project. With a PhD in Artificial Intelligence and two decades of experience spanning across academia and the technology industry, I bring a wealth of knowledge to the table. My prior experiences leading teams and departments throughout various multinational software companies makes me a suitable choice as your technical partner. Furthermore, my recent role as CTO for an AI-based startup required me to develop resilient products incorporating multiple integrations - be it Zoho syncs or shipment tracking with courier APIs. This delegated responsibility will assist me in architecting your service infrastructre with utmost proficiency. In conclusion, by selecting me for this venture you gain access not just to my technological competence but also my profound understanding of system optimization techniques that will contribute to building a highly performant software stack for you. As an additional asset, my ability to provide strategic insights and consultation proves advantageous for businesses looking to maximize their ROI, especially while developing Minimum Viable Products (MVPs) like yours. Looking forward to discussing this opportunity further and the next steps we can take towards a successful partnership!
₹12,500 INR in 7 days
3.9
3.9

Hello there, I can definitely help you build this complete backend system from scratch. I have 15+ years of experience in backend development and system architecture. I also use AI in my workflow to speed up development while maintaining high quality and reducing overall cost. For your project, I would recommend using Node.js (NestJS) or Laravel with a scalable architecture and PostgreSQL. I will set up a clean, secure backend with real-time sync from Zoho using their APIs (webhooks + scheduled sync to ensure data consistency within minutes). For order tracking, I’ll build REST APIs that your frontend can easily consume, along with an admin dashboard where your team can update stages and trigger notifications instantly. For shipment tracking, I’ll integrate a flexible carrier layer (starting with DHL/FedEx API) so adding or switching providers later will be simple without major changes. You’ll get clean, well-documented code (Swagger), easy deployment setup, and a smooth handover so your team can manage it confidently. Let’s chat, Himanshu
₹25,000 INR in 7 days
3.6
3.6

✔ I deliver 100% work — 99.9% is not for me. ✔ Workflow Diagram Architecture Planning ⟶⟶ Database & API Design ⟶⟶ Zoho Integration Setup ⟶⟶ Order Tracking Development ⟶⟶ Admin Dashboard Creation ⟶⟶ Carrier API Integration ⟶⟶ Security & Testing ⟶⟶ Deployment & Handover Key Highlights ✔ Complete greenfield backend development with scalable architecture and production-ready deployment. ✔ Secure Zoho Books/Inventory integration with automated synchronization of purchase orders and status updates. ✔ Real-time order tracking system covering design, manufacturing, QA, packing, shipping, and custom workflow stages. ✔ RESTful API (with Swagger/OpenAPI documentation) designed for seamless integration with your existing HTML frontend. ✔ Admin dashboard for managing order stages, uploading notes/files, and triggering customer notifications. ✔ Carrier integration architecture supporting FedEx, UPS, DHL, and future providers through a modular tracking layer. ✔ Role-based access control for staff and secure customer authentication with SSO-ready architecture. ✔ Automated deployment scripts, environment configuration, and maintainable codebase for long-term scalability. ✔ Optimized synchronization ensuring Zoho updates and internal stage changes are reflected quickly and reliably. Best Regards, Asad Backend Developer | API Architect | Zoho Integration Specialist
₹18,000 INR in 16 days
3.6
3.6

Hello Dear, I will fetch all data like produ tracking, sales, inventory, out warehouse from your zoho account. I have good experience of DMS with SAP . I will manage all data in DMS . Let’s connect for your requirements. Thanks Ganesh D
₹25,000 INR in 7 days
3.8
3.8

Hello, I can build the complete backend for your order tracking system, including Zoho PO sync, customer order APIs, staff dashboard, stage updates, notifications, and courier tracking integration. My preferred stack would be Node.js/Laravel with MySQL/PostgreSQL, REST APIs, Swagger documentation, role-based access, and deployment scripts. I’ll structure Zoho and courier integrations cleanly so new carriers can be added later without rewriting the system.
₹29,000 INR in 7 days
3.4
3.4

Hi! I hope you're doing well. Do you already have a preferred authentication method for customer SSO, or would you like me to recommend one? I recommend Laravel with MySQL for this project because it provides a solid foundation for secure APIs, admin management, and long-term scalability. For the integrations, I would use Zoho Books/Inventory APIs with scheduled syncs and webhooks where available, and build a modular shipment layer so carriers like FedEx, UPS, or DHL can be added or replaced easily. You're looking for a greenfield backend that synchronizes Zoho purchase orders, tracks internal production stages, integrates live shipment tracking, and provides a secure admin dashboard with well-documented APIs. I have extensive experience building Laravel-based backend systems, REST APIs, database architectures, third-party integrations, and scalable admin portals for business operations and order management. My approach is to design a clean architecture with secure authentication, implement reliable Zoho synchronization, develop the order tracking and admin modules, integrate the first courier API with an extensible structure, document every endpoint with Swagger, and provide deployment scripts and a maintenance runbook for a smooth handover. I'd be happy to discuss the project in detail via chat and answer any questions before we get started. Best regards!
₹20,000 INR in 12 days
3.4
3.4

Building a solid backend for your product tracking sounds exciting! I see you already have a front-end ready for customer login. How do you envision the API working with that? Let's discuss your ideas!
₹22,500 INR in 7 days
3.4
3.4

I can build this from the ground up using Laravel + MySQL, with secure Zoho Books/Inventory sync, REST APIs, role-based admin, and a scalable shipment tracking architecture. With 12+ years of experience, I'll deliver documented APIs (Swagger), automated deployment, and clean, maintainable code. I'll implement webhook/polling for Zoho sync, integrate your preferred carrier (FedEx/UPS/DHL), and ensure real-time customer updates. Ready to start immediately—let's discuss your workflow and get the project underway.
₹12,600 INR in 7 days
3.1
3.1

Hi, ✨ From Vision to Victory-I Code Your Success ✨ What current Zoho setup are you using for Books and Inventory, and do you have webhook access available, or should we design a scheduled sync strategy to ensure near real-time order updates, and which carrier should we prioritize first for live tracking integration? You need a greenfield backend that syncs Zoho purchase orders, tracks internal production stages, provides an admin dashboard for updates, and delivers live shipment tracking with secure role-based customer access. I have strong experience building scalable backend systems using Laravel, Node.js, and MySQL, along with integrations for Zoho Books and Zoho Inventory in production systems. I focus on clean architecture with event-driven sync, queue-based processing for Zoho updates, and a modular order-state engine so internal stages and customer tracking stay perfectly aligned. Carrier integration will be built as an adapter layer so services like DHL, UPS, or FedEx can be added or switched without touching core logic. My approach is to first design the database and sync pipeline, then build secure REST APIs with Swagger documentation, followed by an admin panel for stage control and a tracking layer for shipments with real-time updates. Please let me know in the next project discussion so we can finalize the best integration approach and architecture direction. Thanks, speak soon.
₹25,000 INR in 7 days
3.2
3.2

Hello, I can build the complete backend infrastructure from scratch with secure Zoho synchronization, real-time order tracking APIs, an internal admin dashboard, carrier integration, role-based authentication, and documented deployment workflows. I’ll create a scalable architecture with clean APIs and modular shipment integration so future carriers and features can be added easily.
₹25,000 INR in 7 days
3.0
3.0

Hello, I'd build this on FastAPI (Python) + Supabase — gives you a clean REST API, built-in auth (SSO + role-based access), real-time subscriptions, and hosted Postgres. No separate auth service needed. Scope coverage: 1. Architecture: FastAPI backend, Supabase DB + Auth, deployable on Railway or Render 2. Zoho sync: OAuth2 connection to Zoho Books/Inventory, periodic pull + webhook listener for real-time PO updates 3. Order tracker: REST endpoints exposing stage-by-stage progress to your HTML frontend 4. Internal dashboard: simple web UI for staff to update stages, attach notes/files, trigger customer notifications 5. Shipment module: DHL or AfterShip API integrated; carrier-agnostic adapter so adding FedEx/UPS later is a config change 6. Auth: Supabase Auth for customer SSO + staff RBAC 7. Handover: clean repo, deployment scripts, runbook
₹25,000 INR in 7 days
2.7
2.7

India
Payment method verified
Member since Jan 6, 2016
₹600-1500 INR
$30-250 AUD
₹1500-12500 INR
$30-250 USD
₹600-1500 INR
$30-250 USD
₹12500-37500 INR
$15-25 AUD / hour
$3000-5000 USD
$250-750 USD
$15-25 USD / hour
₹12500-37500 INR
$250-750 CAD
€750-1500 EUR
₹400-750 INR / hour
$10-30 USD
₹600-1500 INR
₹12500-37500 INR
min $100000 USD
$250-750 USD
$30-250 USD