{"id":526996,"date":"2026-03-09T10:22:36","date_gmt":"2026-03-09T10:22:36","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=526996"},"modified":"2026-03-09T10:43:50","modified_gmt":"2026-03-09T10:43:50","slug":"bagisto-delivery-boy-app-documentation","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/","title":{"rendered":"User Guide for Bagisto Delivery Boy App"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/bagisto-delivery-boy-app.html\" target=\"_blank\" rel=\"noreferrer noopener\">Bagisto Delivery Boy App<\/a> is a complete delivery management system that streamlines order assignment, live tracking, real-time chat, commission calculation, and delivery workflows\u2014all within your Bagisto store.<\/p>\n\n\n\n<p>This blog provides a complete step-by-step installation guide, configuration process, workflow explanation, and detailed feature breakdown\u2014without missing any important point.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">System Requirements<\/h3>\n<\/div><\/div>\n\n\n\n<p>Before installing the module, make sure your environment meets the following requirements:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Bagisto Version:<\/strong> v2.3.6<\/li>\n\n\n\n<li><strong>Node Version:<\/strong> 18<\/li>\n\n\n\n<li><strong>NPM Modules:<\/strong> Must be installed at the root directory<\/li>\n\n\n\n<li><strong>WebSocket Server:<\/strong> Required for real-time chat<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Bagisto Delivery Boy App &#8211; Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>Follow each step carefully to ensure proper installation.<\/p>\n\n\n\n<p>Step 1: Update <code>composer.json<\/code><\/p>\n\n\n\n<p>In your <code>composer.json<\/code>, under <code>autoload -&gt; psr-4<\/code>, add the following path:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;Webkul\\\\DeliveryBoy\\\\&quot;: &quot;packages\/Webkul\/DeliveryBoy\/src&quot;<\/pre>\n\n\n\n<p>Step 2: Register Service Provider<\/p>\n\n\n\n<p>In <code>bootstrap\/providers.php<\/code> Add the DeliveryBoy service provider:<\/p>\n\n\n\n<p>In bootstrap\/providers.php add the DeliveryBoy service provider:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\DeliveryBoy\\Providers\\DeliveryBoyServiceProvider::class,<\/pre>\n\n\n\n<p>After adding, run:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload<\/pre>\n\n\n\n<p>Step 3: Run the following Artisan command to publish the package&#8217;s publishable files:<\/p>\n\n\n\n<p>Now publish all required assets, configurations, and migrations:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan deliveryboy:install<\/pre>\n\n\n\n<p>This command:<br><br>1. Publishes configuration files<br>2. Publishes views<br>3. Runs necessary migrations<br>4. Prepares the module for use<\/p>\n\n\n\n<p>Step 4: Install NPM Dependencies<br>From your project root directory, make sure NPM dependencies are installed:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">npm install<\/pre>\n\n\n\n<p>This is necessary for real-time features and the chat system.<br>Step 5: Configure WebSocket Server (Real-Time Features)<br>The DeliveryBoy module uses WebSocket for:<br><br>1. Live tracking<br>2. Real-time chat<br>3. Instant notifications<br>Add the following to your .env file:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">WEBSOCKET_PUBLIC_URL=ws:\/\/localhost:3000\nWEBSOCKET_SERVER_PORT=3000<\/pre>\n\n\n\n<p>Now start the WebSocket server from the root directory:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">node server.cjs<\/pre>\n\n\n\n<p>This will activate real-time communication features.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Additional Configuration (Important)<\/h3>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Add Logos<\/h2>\n\n\n\n<p>Upload branding logos for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Delivery Boy Panel<\/li>\n\n\n\n<li>Delivery Admin Panel<\/li>\n<\/ul>\n\n\n\n<p>This ensures a professional UI presentation.<\/p>\n\n\n\n<p>Turn the status on to use the Delivery Boy Module. Upload a logo for the delivery boy\/admin panel. Upload the logo on the delivery boy sign-in and sign-up pages. <\/p>\n\n\n\n<p>Define the file upload size. At registration, the user needs to upload a file, so here we can manage the limit of the file size (kb).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp\" alt=\"delivery boy module status\" class=\"wp-image-527086\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Map API Configuration<\/h3>\n<\/div><\/div>\n\n\n\n<p>Add your Map API key inside the configuration section.<br>This enables:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time location tracking<\/li>\n\n\n\n<li>Route visibility<\/li>\n\n\n\n<li>Map-based delivery monitoring<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/api.webp\" alt=\"Bagisto Delivery Boy App google api\" class=\"wp-image-527103\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/api.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/api-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/api-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/api-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"> Commission Status &amp; Global Commission Setup<\/h3>\n\n\n\n<p>The module provides a flexible commission management system to control delivery earnings efficiently.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"> Commission Status<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enable <strong>Commission Status<\/strong> to activate the global commission system.<\/li>\n\n\n\n<li>When activated, a global commission rate is applied to delivery orders.<\/li>\n\n\n\n<li>If disabled, no commission will be calculated for delivery boys.<\/li>\n<\/ul>\n\n\n\n<p>This allows the admin to control whether commission calculation is active across the system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"> Global Commission Rate<\/h3>\n\n\n\n<p>Once Commission Status is enabled, the admin can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set a global commission rate<\/li>\n\n\n\n<li>Choose commission type:\n<ul class=\"wp-block-list\">\n<li>Percentage-based<\/li>\n\n\n\n<li>Fixed amount-based<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>The configured rate will automatically apply to all delivery boys unless specifically overridden.<\/p>\n\n\n\n<p>This ensures transparent earnings calculation and simplifies financial management within the <strong>Bagisto<\/strong> delivery system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Delivery Automation \u2013 Smart Order Assignment<\/h3>\n\n\n\n<p>To improve delivery efficiency and reduce manual effort, the module provides an advanced <strong>Delivery Automation<\/strong> system.<\/p>\n\n\n\n<p>This feature ensures that orders are assigned quickly and accurately based on delivery boy proximity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Sort Delivery Boy by Distance<\/h3>\n\n\n\n<p>The system can automatically sort delivery boys based on their distance from the customer\u2019s location.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The distance is calculated using the customer\u2019s coordinates and the delivery boy\u2019s live location.<\/li>\n\n\n\n<li>The system identifies the nearest available delivery boy.<\/li>\n\n\n\n<li>Sorting happens automatically when auto-assignment is enabled.<\/li>\n<\/ul>\n\n\n\n<p>This helps in reducing delivery time and improving operational efficiency.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Auto Assign Nearest Delivery Boy<\/h3>\n\n\n\n<p>Admin can enable the option:<\/p>\n\n\n\n<p><strong>Auto Assign Nearest Delivery Boy<\/strong><\/p>\n\n\n\n<p><strong>Default Setting:<\/strong> No<\/p>\n\n\n\n<p>When enabled:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>As soon as a customer places an order,<\/li>\n\n\n\n<li>The system automatically assigns the nearest available delivery boy.<\/li>\n\n\n\n<li>The distance is calculated as the net distance between:\n<ul class=\"wp-block-list\">\n<li>Delivery boy coordinates<\/li>\n\n\n\n<li>Customer delivery location coordinates<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>If disabled:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Orders remain unassigned.<\/li>\n\n\n\n<li>Admin can manually assign delivery boys.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Firebase Web Initialization Configuration \u2013 <\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p><strong>Overview<\/strong><br>Below is a concise explanation of each configuration parameter used in the Delivery Boy. Web application:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong>Firebase API Key<\/strong><\/h3>\n\n\n\n<p>Authorizes the web application to access Firebase services and is used during SDK initialization. Should be restricted to approved domains.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong>Firebase Auth Domain<\/strong><\/h3>\n\n\n\n<p>Manages authentication processes and OAuth redirects, supporting secure login methods like email, OTP, and social sign-in.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong>Firebase Project ID<\/strong><\/h3>\n\n\n\n<p>A unique project identifier that connects the web application to the correct Firebase backend services.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong>Firebase Storage Bucket<\/strong><\/h3>\n\n\n\n<p>Cloud storage location for uploading and managing files such as documents and delivery images.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. <strong>Firebase Messaging Sender ID<\/strong><\/h3>\n\n\n\n<p>Enables Firebase Cloud Messaging (FCM) for sending push notifications to web or mobile devices.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">6. <strong>Firebase App ID<\/strong><\/h3>\n\n\n\n<p>Unique identifier for the specific web application, required for proper Firebase SDK configuration.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">7. <strong>Firebase VAPID Key<\/strong><\/h3>\n\n\n\n<p>Used to enable secure web push notifications through browser-based subscription authentication.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config2.webp\" alt=\"Bagisto Delivery Boy App firebase web\" class=\"wp-image-527213\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config2.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config2-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config2-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config2-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Firebase Notification Configuration \u2013 Overview<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>This configuration is used for server-side push notification services using Firebase Cloud Messaging (FCM). It enables secure communication between your backend system and Firebase.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong>Type<\/strong><\/h3>\n\n\n\n<p>Defines the credential type.<br>For Firebase notifications, this is typically set to service_account, indicating server-to-server authentication.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong>Project ID<\/strong><\/h3>\n\n\n\n<p>Unique identifier of the Firebase project.<br>Ensures notifications are sent from the correct Firebase environment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong>Private Key ID<\/strong><\/h3>\n\n\n\n<p>Unique identifier for the generated private key.<br>Used internally by Google to manage and validate the service account key.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong>Private Key<\/strong><\/h3>\n\n\n\n<p>Cryptographic key used to authenticate your backend server with Firebase.<br>Must be securely stored on the server and never exposed in frontend code or public repositories.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. <strong>Client Email<\/strong><\/h3>\n\n\n\n<p>Service account email address used for authentication.<br>Identifies the backend service that is authorized to send notifications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">6. <strong>Client ID<\/strong><\/h3>\n\n\n\n<p>Unique identifier linked to the service account.<br>Used internally for authentication and permission management.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">7. <strong>Auth URI<\/strong><\/h3>\n\n\n\n<p>Google authorization endpoint used during the OAuth 2.0 authentication flow.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">8. <strong>Token URI<\/strong><\/h3>\n\n\n\n<p>Endpoint used to generate access tokens for secure API communication with Firebase services.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">9. <strong>Auth Provider X509 Cert URL<\/strong><\/h3>\n\n\n\n<p>URL containing public certificates used to verify Google\u2019s authentication server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">10. <strong>Client X509 Cert URL<\/strong><\/h3>\n\n\n\n<p>Public certificate URL associated with the service account.<br>Used for validating secure communication between services.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">11. <strong>Universal Domain<\/strong><\/h3>\n\n\n\n<p>Specifies the base Google API domain used for service communication.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config.webp\" alt=\"Bagisto Delivery Boy App Firebase notifications\" class=\"wp-image-527164\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/config-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Lastly, save the complete configuration.<br><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Configurations: Delivery Boy<\/h3>\n<\/div><\/div>\n\n\n\n<p>So, under the Delivery Boy tab, the admin can set the permissions for the Delivery Boy. The Delivery Boy tab has the following sub-menu options:-<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Dashboard<\/strong><\/li>\n\n\n\n<li><strong>Delivery Boy Vehicle Type<\/strong><\/li>\n\n\n\n<li><strong>Manage Delivery Boys<\/strong><\/li>\n\n\n\n<li><strong>Delivery Boy Earning<\/strong><\/li>\n\n\n\n<li><strong>Customer Rating<\/strong><\/li>\n\n\n\n<li><strong>Manage Delivery Boy&#8217;s orders<\/strong><\/li>\n\n\n\n<li><strong>Chat<\/strong><\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">DeliveryBoy Dashboard<\/h3>\n<\/div><\/div>\n\n\n\n<p>However, under&nbsp;the <strong>Dashboard<\/strong>&nbsp;sub-menu option. Thus, the admin has to configure the tabs, such as Order Graph, Sales Graph, and Delivery Boy Location.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Order Graph<\/h3>\n\n\n\n<p>This section displays the total number of orders within a selected date range. It helps monitor order trends, identify peak days, and compare performance across different periods.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Daily Analysis<\/h3>\n\n\n\n<p>View order activity for a specific day to monitor short-term performance and daily workload.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Monthly Analysis<\/h3>\n\n\n\n<p>Analyze order trends for an entire month to identify peak days and seasonal patterns.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Yearly Analysis<\/h3>\n\n\n\n<p>Evaluate long-term growth and overall delivery performance across the year.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Custom Date Range<\/h3>\n\n\n\n<p>Select a specific start and end date to generate tailored reports. This is useful for campaign analysis, festive sales tracking, or performance comparison between two periods.<\/p>\n\n\n\n<p>This date filtering functionality enables precise, time-based performance evaluation and supports data-driven decision-making for delivery operations.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dashboard.webp\" alt=\"Dashboard\n\" class=\"wp-image-527359\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dashboard.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dashboard-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dashboard-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dashboard-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">2. Sales Graph<\/h3>\n\n\n\n<p>The Sales Graph provides a visual representation of delivered orders.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/sales.webp\" alt=\"Bagisto Delivery Boy App sales\" class=\"wp-image-527367\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/sales.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/sales-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/sales-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/sales-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">3. Delivery Boy Location<\/h3>\n\n\n\n<p>This feature allows real-time tracking of delivery personnel locations. It helps improve route management, monitor active deliveries, and ensure efficient order fulfillment.<\/p>\n\n\n\n<p>Together, these sections provide a complete overview of delivery operations, performance analytics, and real-time monitoring.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/map-3.webp\" alt=\"Bagisto Delivery Boy App map\" class=\"wp-image-527373\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/map-3.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/map-3-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/map-3-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/map-3-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Delivery Boy Vehicle Type<\/strong><br>Here, the admin can create and manage the delivery boy vehicle type as required and can see the created vehicle types.<\/p>\n\n\n\n<p>Here, for the new vehicle type, the admin will enter\u2014<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The label for the vehicle type.<\/li>\n\n\n\n<li>The value of the vehicle like car, scooter, moped, etc.<\/li>\n<\/ul>\n\n\n\n<p>Lastly, tap the Save Vehicle Type button to save the new vehicle type.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/deliveryboyv.webp\" alt=\"vehicle types\n\" class=\"wp-image-527389\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/deliveryboyv.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/deliveryboyv-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/deliveryboyv-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/deliveryboyv-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Manage Delivery Boys<\/h3>\n\n\n\n<p>However, the admin will manage the delivery boy from the admin backend. So here, the admin will add or edit the details of a delivery boy.<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dboy.webp\" alt=\"dboy\" class=\"wp-image-527398\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dboy.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dboy-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dboy-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/dboy-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Hence, here the admin will be able to edit the detail of the Pre-Registred delivery boy or add new delivery to the system.<\/p>\n\n\n\n<p><strong>Add New Delivery Boy\u2014<\/strong><\/p>\n\n\n\n<p>So, the admin will add the delivery boy\u2019s details to register them for the application.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/editd.webp\" alt=\"Bagisto Delivery Boy App profile\n\" class=\"wp-image-527402\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/editd.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/editd-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/editd-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/editd-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/detils.webp\" alt=\"Bagisto Delivery Boy App dboys detils\" class=\"wp-image-527403\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/detils.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/detils-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/detils-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/detils-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Thus, the required details are<\/p>\n\n\n\n<p><strong>Name<\/strong>\u2014Enter the name of the delivery boy for identification and record purposes.<\/p>\n\n\n\n<p><strong>Delivery Boy Image<\/strong>\u2014Upload the display image of the delivery boy for easy recognition.<\/p>\n\n\n\n<p><strong>Upload Personal Document<\/strong>\u2014Upload personal identification documents for verification.<\/p>\n\n\n\n<p><strong>Upload Vehicle Document<\/strong> \u2013 Upload the vehicle-related documents for validation.<\/p>\n\n\n\n<p><strong>Email<\/strong>\u2014Enter the email address of the delivery boy. This will be used for login and communication.<\/p>\n\n\n\n<p><strong>Mobile Number<\/strong> \u2013 Provide the contact number of the delivery boy for communication purposes.<\/p>\n\n\n\n<p><strong>Password<\/strong>\u2014Set a secure password for login access to the delivery application.<\/p>\n\n\n\n<p><strong>Confirm Password<\/strong>\u2014Re-enter the password to confirm and verify it.<\/p>\n\n\n\n<p><strong>Vehicle Type<\/strong> \u2013 The admin selects the type of vehicle used by the delivery boy (e.g., bike, car, etc.).<\/p>\n\n\n\n<p><strong>Vehicle Number<\/strong>\u2014Enter the registered vehicle number for identification.<\/p>\n\n\n\n<p><strong>Full Address<\/strong>\u2014Provide the complete residential address of the delivery boy.<\/p>\n\n\n\n<p><strong>Delivery Boy Status<\/strong> \u2013 Enable or disable the delivery boy for order assignments.<\/p>\n\n\n\n<p><strong>Delivery Boy Approval Status<\/strong> \u2013 The admin can approve or change the approval status of the delivery boy.<\/p>\n\n\n\n<p><strong>Commission Type<\/strong>\u2014Choose the commission structure: fixed or percentage-based.<\/p>\n\n\n\n<p><strong>Commission Rate<\/strong> \u2013 Enter the commission amount according to the selected type (fixed value or percentage).<\/p>\n\n\n\n<p><strong>Map<\/strong>\u2014Select or mark the delivery boy\u2019s location on the map for accurate tracking and assignment.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manage Delivery Boy \u2013 Custom Filters<\/h3>\n<\/div><\/div>\n\n\n\n<p>To simplify administration and improve search accuracy, the <strong>Manage Delivery Boy<\/strong> section provides custom filter options. <\/p>\n\n\n\n<p>These filters help the admin quickly find and manage specific delivery boy records.<\/p>\n\n\n\n<p>The available custom filters are &#8211;<\/p>\n\n\n\n<p><strong>ID<\/strong>\u2014Search delivery boys using their unique system ID.<\/p>\n\n\n\n<p><strong>Delivery Boy Name<\/strong> \u2013 Filter records based on the name of the delivery boy.<\/p>\n\n\n\n<p><strong>Vehicle Type<\/strong>\u2014View delivery boys according to the selected vehicle type (Bike, Car, etc.).<\/p>\n\n\n\n<p><strong>Status<\/strong> \u2013 Filter delivery boys based on their current status (enabled or disabled).<\/p>\n\n\n\n<p><strong>Delivery Boy Approval Status<\/strong> \u2013 Sort delivery boys according to their approval status (Approved or Pending).<\/p>\n\n\n\n<p>Using these filters, the admin can efficiently manage large numbers of delivery personnel, track approvals, verify vehicle types, and control assignment eligibility with ease.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Delivery Boys Earning<\/h3>\n\n\n\n<p>The <strong>Delivery Boys Earning<\/strong> section allows the admin to manage and monitor the earnings of delivery personnel efficiently.<\/p>\n\n\n\n<p>In this section, the admin can select multiple records and perform <strong>bulk actions<\/strong> on earnings marked as <strong>Pending<\/strong> or <strong>Paid<\/strong>. This makes commission management faster and more organized.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Custom Filter Options<\/h4>\n\n\n\n<p>To simplify tracking and reporting, the following custom filters are available:<\/p>\n\n\n\n<p><strong>ID<\/strong> \u2013 Search earnings using the unique record ID.<\/p>\n\n\n\n<p><strong>Delivery Boy Name<\/strong> \u2013 Filter earnings based on a specific delivery boy.<\/p>\n\n\n\n<p><strong>Commission Type<\/strong> \u2013 View records according to the commission structure (Fixed or Percentage).<\/p>\n\n\n\n<p><strong>Commission Rate<\/strong> \u2013 Filter earnings based on the defined commission rate.<\/p>\n\n\n\n<p><strong>Order ID<\/strong> \u2013 Search earnings linked to a particular order.<\/p>\n\n\n\n<p><strong>Status<\/strong> \u2013 Sort earnings by status (Pending or Paid).<\/p>\n\n\n\n<p><strong>Earning<\/strong> \u2013 Filter records based on the earning amount.<\/p>\n\n\n\n<p>With these filter options and bulk actions, the admin can efficiently manage payouts, track pending commissions, and maintain clear financial records within the Delivery Boy system.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/comm.webp\" alt=\"Bagisto Delivery Boy App Delivery Boys earning\" class=\"wp-image-527520\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/comm.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/comm-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/comm-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/comm-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Customer Rating<\/h3>\n\n\n\n<p>The <strong>Customer Rating<\/strong> section allows the admin to review the ratings given by the delivery boy after completing an order.<\/p>\n\n\n\n<p>Once the order is delivered, the delivery boy can rate the customer based on their delivery experience. The rating system is based on <strong>1 to 5 stars<\/strong>, where 1 indicates the lowest rating, and 5 indicates the highest. A <strong>comment section<\/strong> is also available to provide additional feedback or remarks.<\/p>\n\n\n\n<p>This feature helps maintain service quality and track customer behavior during deliveries.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Custom Filter Options<\/h4>\n\n\n\n<p>To manage and review ratings efficiently, the following custom filters are available:<\/p>\n\n\n\n<p><strong>Customer Name<\/strong> \u2013 Filter ratings based on the customer\u2019s name.<\/p>\n\n\n\n<p><strong>Order ID<\/strong> \u2013 Search ratings linked to a specific order.<\/p>\n\n\n\n<p><strong>Rating<\/strong> \u2013 Filter records according to the star rating (1 to 5).<\/p>\n\n\n\n<p><strong>Reason<\/strong> \u2013 View ratings based on the selected reason.<\/p>\n\n\n\n<p><strong>Other Reason<\/strong> \u2013 Filter records where additional custom reasons were provided.<\/p>\n\n\n\n<p>Using these filter options, the admin can easily monitor customer feedback, identify issues, and improve the overall delivery process.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/rating.webp\" alt=\"customer rating\" class=\"wp-image-527526\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/rating.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/rating-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/rating-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/rating-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manage Delivery Boy Orders<\/h3>\n<\/div><\/div>\n\n\n\n<p>The <strong>Manage Delivery Boy Orders<\/strong> section allows the admin to efficiently manage and monitor all delivery-related orders.<\/p>\n\n\n\n<p>In this section, the admin can search for specific orders and take necessary actions based on operational requirements.<\/p>\n\n\n\n<p>The order listing displays the following details:<\/p>\n\n\n\n<p><strong>ID<\/strong> \u2013 Unique order identification number.<br><strong>Customer Name<\/strong> \u2013 Name of the customer who placed the order.<br><strong>Delivery Boy Name<\/strong> \u2013 Assigned delivery personnel.<br><strong>Assign ID<\/strong> \u2013 Assignment reference ID.<br><strong>Grand Total<\/strong> \u2013 Total order amount.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Available Actions<\/h4>\n\n\n\n<p>The admin can perform the following actions directly from this section:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Assign \/ Reassign<\/strong> \u2013 Assign or change the delivery boy for the order.<\/li>\n\n\n\n<li><strong>Delivery Boy Comments<\/strong> \u2013 View comments added by the delivery boy.<\/li>\n\n\n\n<li><strong>Reorder<\/strong> \u2013 Create a new order based on the existing one.<\/li>\n\n\n\n<li><strong>Invoice<\/strong> \u2013 Generate the invoice for the order.<\/li>\n\n\n\n<li><strong>Ship<\/strong> \u2013 Mark the order as shipped.<\/li>\n\n\n\n<li><strong>Cancel<\/strong> \u2013 Cancel the order if required.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Custom Filter Options<\/h4>\n\n\n\n<p>To quickly locate specific orders, the following custom filters are available:<\/p>\n\n\n\n<p><strong>ID<\/strong> \u2013 Search orders by order ID.<br><strong>Customer Name<\/strong> \u2013 Filter orders by customer name.<br><strong>Delivery Boy Name<\/strong> \u2013 View orders assigned to a particular delivery boy.<\/p>\n\n\n\n<p>This section ensures smooth order handling, proper assignment management, and better control over the delivery workflow.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/cust.webp\" alt=\"Bagisto Delivery Boy App manage deliverys orders\" class=\"wp-image-527544\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/cust.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/cust-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/cust-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/cust-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order.webp\" alt=\"orders\" class=\"wp-image-527545\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Chat<\/h3>\n<\/div><\/div>\n\n\n\n<p>The <strong>Chat<\/strong> section enables direct communication between the admin and delivery boys.<\/p>\n\n\n\n<p>In this section, the admin can view the list of all registered delivery boys. A search option is available to quickly find a specific delivery boy by name.<\/p>\n\n\n\n<p>The admin can select any delivery boy from the list and start a conversation instantly. This feature helps in sharing order updates, resolving delivery issues, and providing real-time instructions.<\/p>\n\n\n\n<p>The chat system ensures smooth coordination and better communication within the delivery management process.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat.webp\" alt=\"Bagisto Delivery Boy App chat\n\" class=\"wp-image-527547\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The <strong>Bagisto Delivery Boy Mobile App Solution<\/strong> is designed to create a complete delivery ecosystem for stores running on <strong>Bagisto<\/strong>.<\/p>\n\n\n\n<p>This system includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Admin Mobile App<\/li>\n\n\n\n<li>Delivery Boy Mobile App<\/li>\n\n\n\n<li>Customer Side Features<\/li>\n<\/ul>\n\n\n\n<p>Each panel is designed with a market-standard delivery workflow, real-time communication, tracking, and order transparency.<\/p>\n\n\n\n<p>Below is a <strong>point-to-point, step-by-step explanation<\/strong> of all features.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Admin Mobile App \u2013 Complete Control Over Deliveries<\/h3>\n<\/div><\/div>\n\n\n\n<p>The Admin Mobile App gives store owners and managers complete visibility and control over delivery operations from anywhere.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Dashboard &amp; Monitoring<\/h3>\n\n\n\n<p>The Admin dashboard is designed to provide a quick overview of all delivery activities.<\/p>\n\n\n\n<p>With this dashboard, the admin can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View all order statuses at a glance<\/li>\n\n\n\n<li>Monitor assigned and unassigned orders<\/li>\n\n\n\n<li>Track delivery progress in real-time<\/li>\n\n\n\n<li>Check the availability status of delivery boys<\/li>\n\n\n\n<li>View delivery summaries for each delivery boy<\/li>\n<\/ul>\n\n\n\n<p>This helps the admin make fast decisions and manage deliveries efficiently.<\/p>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:450px\">\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-876494c9bd57ea07235feed1e2b8cf3a\">Track delivery progress in real-time<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-79970183646d95a62e23cfa8fe4d9a65\">View all order statuses at a glance<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3733.webp\" alt=\"dashboard\n\" class=\"wp-image-527807\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3733.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3733-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3733-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3733-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">2. Order Management<\/h3>\n\n\n\n<p>Order handling is one of the most important parts of the delivery system.<\/p>\n\n\n\n<p>The Admin App allows:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"> Order Assignment<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Assign delivery boys only to unassigned orders<\/li>\n\n\n\n<li>Reassign orders to another available delivery boy if required<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"> Order Communication<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add comments to orders<\/li>\n\n\n\n<li>View and manage the complete order comment history<\/li>\n\n\n\n<li>Interact directly with delivery boys regarding specific orders<\/li>\n<\/ul>\n\n\n\n<p> This ensures structured order flow management.<\/p>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:450px\">\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-50038351e0c2fae38e09d6c18367a34e\">Order Assignment<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-1089ee531bb731990a9e6957235f7313\">Orders categorized under assigned\/unassigned\/total orders<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3734.webp\" alt=\"All order \" class=\"wp-image-527833\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3734.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3734-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3734-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3734-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">3. Delivery Boy Management<\/h3>\n\n\n\n<p>The admin has full control over the delivery boy registration and access.<\/p>\n\n\n\n<p>The admin can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View new delivery boy registration requests<\/li>\n\n\n\n<li>Accept or reject applications<\/li>\n\n\n\n<li>View complete registration details<\/li>\n\n\n\n<li>Manage login permissions<\/li>\n\n\n\n<li>Activate or deactivate delivery boy access<\/li>\n<\/ul>\n\n\n\n<p>This ensures only authorized delivery boys handle deliveries.<\/p>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:450px\">\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-788d88634787d75333c8ecb8a670aa7c\">View new delivery boy registration requests<\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3739.webp\" alt=\"Delivery Boy req\" class=\"wp-image-527843\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3739.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3739-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3739-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3739-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">4. Real-Time Communication<\/h3>\n\n\n\n<p>Smooth communication reduces delivery issues.<\/p>\n\n\n\n<p>The Admin App includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time chat with customers<\/li>\n\n\n\n<li>Real-time chat with delivery boys<\/li>\n\n\n\n<li>Direct calling functionality<\/li>\n<\/ul>\n\n\n\n<p>This helps resolve issues quickly and improve customer satisfaction.<\/p>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:450px\">\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-0d3fbfa1d7fa9377f0a8f12628780b06\">Smooth communication reduces delivery issues.<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-afc60aa40f7d4d20e9efc875d3c7dedf\">Real-time chat with delivery boys<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3737.webp\" alt=\"chat\" class=\"wp-image-527837\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3737.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3737-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3737-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3737-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">5. Location Services<\/h3>\n\n\n\n<p>Location tracking ensures transparency and efficiency.<\/p>\n\n\n\n<p>The admin can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View customer delivery locations<\/li>\n\n\n\n<li>View delivery boy locations<\/li>\n\n\n\n<li>Track delivery movement live on the map<\/li>\n<\/ul>\n\n\n\n<p>This helps prevent delays and manage operations effectively.<\/p>\n\n\n\n<p>Note: App Admin credentials will be the same as the Bagisto credentials.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Delivery Boy Mobile App \u2013 Efficient &amp; Easy Delivery Handling<\/h3>\n<\/div><\/div>\n\n\n\n<p>The Delivery Boy App is designed to simplify delivery tasks and improve performance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Authentication &amp; Registration<\/h3>\n\n\n\n<p>The app supports secure and flexible login methods.<\/p>\n\n\n\n<p>Delivery boys can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Self-register through the app<\/li>\n\n\n\n<li>Log in using email and password<\/li>\n\n\n\n<li>Log in using phone number and password<\/li>\n\n\n\n<li>Log in usingyour  phone number with OTP<\/li>\n<\/ul>\n\n\n\n<p>They can also reset passwords using the forgot password option with email notification.<\/p>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:450px\">\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-46d98a18efa665c4691fc4d15423f5f8\">Self-register through the app<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-8f6ead1b4f421ddd8c11cce97ba0d70b\">Become a Delivery Partner<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3724.webp\" alt=\"become\" class=\"wp-image-527840\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3724.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3724-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3724-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3724-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">2. Dashboard &amp; Availability Management<\/h3>\n\n\n\n<p>After login, delivery boys can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View their earnings dashboard<\/li>\n\n\n\n<li>Apply filters to track performance<\/li>\n\n\n\n<li>Toggle availability status (Available \/ Unavailable)<\/li>\n<\/ul>\n\n\n\n<p>This ensures orders are assigned only when they are ready to deliver.<\/p>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3748.webp\" alt=\"dashboard\" class=\"wp-image-527845\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3748.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3748-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3748-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3748-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3726.webp\" alt=\"mark\" class=\"wp-image-527846\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3726.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3726-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3726-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3726-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">3. Order Management \u2013 Step-by-Step Working<\/h3>\n\n\n\n<p>When an order is assigned:<\/p>\n\n\n\n<p>1. Delivery boy receives a real-time notification.<br>2. He can accept or reject the order.<br>3. After accepting, the full order details become visible.<\/p>\n\n\n\n<p>From the order view page, the delivery boy can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View payment and order status<\/li>\n\n\n\n<li>Add comments (visible to admin)<\/li>\n\n\n\n<li>View comment history<\/li>\n\n\n\n<li>Select payment mode (Cash or UPI)<\/li>\n\n\n\n<li>Confirm delivery using OTP<\/li>\n<\/ul>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:450px\">\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-500047bb1aa48364aec652911fcee8b1\">When an order is assigned<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-ff11cd9004d5eb904e31259006e4a24d\">Accept or Reject the order<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3730.webp\" alt=\"reject\" class=\"wp-image-527852\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3730.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3730-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3730-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3730-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">OTP-Based Delivery Confirmation<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customer receives a unique OTP via email.<\/li>\n\n\n\n<li>Delivery boy asks for the OTP at the delivery time.<\/li>\n\n\n\n<li>Order is marked delivered only after OTP verification.<\/li>\n<\/ul>\n\n\n\n<p>This ensures secure and verified delivery.<\/p>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:450px\">\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-c84ab4878a16285746b489c5d7727b12\">OTP-Based Delivery Confirmation<\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3746.webp\" alt=\"otp\" class=\"wp-image-527888\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3746.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3746-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3746-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3746-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">4. Customer Interaction<\/h3>\n\n\n\n<p>To ensure smooth communication, the delivery boy can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View customer address details<\/li>\n\n\n\n<li>Check distance and estimated time<\/li>\n\n\n\n<li>Call the customer directly<\/li>\n\n\n\n<li>Chat with customers in real time<\/li>\n<\/ul>\n\n\n\n<p>This reduces delivery confusion and improves service quality.<\/p>\n\n\n\n\n<div class=\"wp-block-columns wk-bg-radial-gradient is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:450px\">\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-7243d7dd63bda072c5809de6ae65d75d\">Customer Interaction<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-ac4ee3d060a8eb5d3859ed83b9a0421b\">View customer address details, Distance,call and chat <\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column wk-video-mockup-frame is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"750\" height=\"1334\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3742.webp\" alt=\"cust\" class=\"wp-image-527889\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3742.webp 750w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3742-169x300.webp 169w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3742-576x1024.webp 576w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/3742-140x249.webp 140w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\">5. Navigation Support<\/h3>\n\n\n\n<p>The app integrates with Google Maps.<\/p>\n\n\n\n<p>Delivery boys can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tap the \u201cGo to Map\u201d button<\/li>\n\n\n\n<li>Get navigation directions instantly<\/li>\n<\/ul>\n\n\n\n<p>This ensures faster and more accurate deliveries.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">6. Communication with Admin<\/h3>\n\n\n\n<p>The delivery boy can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Chat with all admins in real-time<\/li>\n\n\n\n<li>View admin comments on orders<\/li>\n\n\n\n<li>Respond directly from order page<\/li>\n<\/ul>\n\n\n\n<p>This keeps coordination smooth between the admin and delivery staff.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Customer Side Features \u2013 Transparency &amp; Convenience<\/h3>\n<\/div><\/div>\n\n\n\n<p>Customers benefit from complete visibility and communication.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Real-Time Order Tracking<\/h3>\n\n\n\n<p>Customers can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Track the current order location live<\/li>\n\n\n\n<li>Use the \u201cTrack Order\u201d button<\/li>\n\n\n\n<li>View delivery progress step-by-step<\/li>\n<\/ul>\n\n\n\n<p>This builds trust and reduces support inquiries.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order-1.webp\" alt=\"Bagisto Delivery Boy App order\" class=\"wp-image-527599\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/order-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">2. Real-Time Communication<\/h3>\n\n\n\n<p>Customers can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Chat with the assigned delivery boy<\/li>\n\n\n\n<li>Contact admin support<\/li>\n\n\n\n<li>Get real-time responses<\/li>\n<\/ul>\n\n\n\n<p>This improves the overall delivery experience.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat-1.webp\" alt=\"Bagisto Delivery Boy App chat\" class=\"wp-image-527605\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/chat-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">3. Secure Delivery Verification<\/h3>\n\n\n\n<p>Security is enhanced with OTP verification:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customer receives a unique OTP via email<\/li>\n\n\n\n<li>Shares OTP with the delivery boy<\/li>\n\n\n\n<li>Delivery is confirmed only after OTP validation<\/li>\n<\/ul>\n\n\n\n<p>This prevents false delivery marking and ensures authenticity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How the Complete System Works<\/h3>\n\n\n\n<p>Here is the simplified workflow:<\/p>\n\n\n\n<p>1. Customer places an order.<br>2. Admin views the order in the dashboard.<br>3. Admin assigns the order to a delivery boy.<br>4. Delivery boy receives notification and accepts the order.<br>5. Admin tracks live location.<br>6. Customer tracks order in real-time.<br>7. Communication happens if needed.<br>8. Delivery boy confirms delivery using OTP.<br>9. Commission and earnings are updated.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Why This Delivery App Is Beneficial?<\/h3>\n<\/div><\/div>\n\n\n\n<p>1. Real-time tracking and transparency<br>2. Secure OTP-based delivery<br>3. Flexible commission management<br>4. Structured order assignment<br>5. Seamless communication system<br>6. Easy-to-use mobile interface<br>7. Complete delivery ecosystem<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Conclusion<\/h3>\n<\/div><\/div>\n\n\n\n<p>Bagisto Delivery Boy Mobile App Solution delivers a complete and well-structured delivery management system for stores powered by Bagisto.<\/p>\n\n\n\n<p>By connecting the Admin, Delivery Boy, and Customer within a single ecosystem, the module ensures smooth coordination, real-time tracking, secure OTP-based delivery confirmation, structured order assignment, commission management, and seamless communication.<\/p>\n\n\n\n<p>With live monitoring, instant chat, navigation support, and transparent order updates, the system helps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Improve operational efficiency<\/li>\n\n\n\n<li>Reduce delivery errors<\/li>\n\n\n\n<li>Enhance customer satisfaction<\/li>\n\n\n\n<li>Maintain full administrative control<\/li>\n<\/ul>\n\n\n\n<p>This solution is designed to meet modern market standards while remaining user-friendly and scalable for growing businesses.<\/p>\n\n\n\n<p>If you still have any questions or face any issues, please feel free to raise a support ticket at our official helpdesk: <strong>UVdesk<\/strong> \u2013 <a href=\"https:\/\/bagisto.uvdesk.com\/en\/\">https:\/\/bagisto.uvdesk.com\/en\/<\/a><\/p>\n\n\n\n<p>We also welcome your valuable feedback and suggestions to help us continuously improve the module and deliver an even better experience to the <a href=\"https:\/\/bagisto.com\/en\/\">Bagisto<\/a> community.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bagisto Delivery Boy App is a complete delivery management system that streamlines order assignment, live tracking, real-time chat, commission calculation, and delivery workflows\u2014all within your Bagisto store. This blog provides a complete step-by-step installation guide, configuration process, workflow explanation, and detailed feature breakdown\u2014without missing any important point. Before installing the module, make sure your environment <a href=\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":462,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396,2500],"tags":[8055],"class_list":["post-526996","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-mobile-app","tag-bagisto"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>User Guide for Bagisto Delivery Boy App<\/title>\n<meta name=\"description\" content=\"Bagisto Delivery Boy App allows you to manage order assignment, tracking, chat, and commissions, and supports both Android and iOS.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"User Guide for Bagisto Delivery Boy App\" \/>\n<meta property=\"og:description\" content=\"Bagisto Delivery Boy App allows you to manage order assignment, tracking, chat, and commissions, and supports both Android and iOS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-09T10:22:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T10:43:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp\" \/>\n<meta name=\"author\" content=\"Kunal Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kunal Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"21 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/\"},\"author\":{\"name\":\"Kunal Kumar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/2678fec8f8517bba7aa2afd83a16880b\"},\"headline\":\"User Guide for Bagisto Delivery Boy App\",\"datePublished\":\"2026-03-09T10:22:36+00:00\",\"dateModified\":\"2026-03-09T10:43:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/\"},\"wordCount\":3337,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp\",\"keywords\":[\"Bagisto\"],\"articleSection\":[\"Bagisto\",\"Mobile App\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/\",\"url\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/\",\"name\":\"User Guide for Bagisto Delivery Boy App\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp\",\"datePublished\":\"2026-03-09T10:22:36+00:00\",\"dateModified\":\"2026-03-09T10:43:50+00:00\",\"description\":\"Bagisto Delivery Boy App allows you to manage order assignment, tracking, chat, and commissions, and supports both Android and iOS.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp\",\"width\":1120,\"height\":880},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"User Guide for Bagisto Delivery Boy App\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/2678fec8f8517bba7aa2afd83a16880b\",\"name\":\"Kunal Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/045a9ee623256d6b2cb7f5592f20207d8c4295d5e40edde127c25571e34f9bb9?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/045a9ee623256d6b2cb7f5592f20207d8c4295d5e40edde127c25571e34f9bb9?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Kunal Kumar\"},\"description\":\"Kunal Kumar is a skilled Quality Analyst specializing in the Akeneo platform. He ensures the highest standards of performance and reliability, delivering flawless user experiences. His meticulous approach and keen eye for detail drive excellence in every project.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/kunal-kumar754\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"User Guide for Bagisto Delivery Boy App","description":"Bagisto Delivery Boy App allows you to manage order assignment, tracking, chat, and commissions, and supports both Android and iOS.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/","og_locale":"en_US","og_type":"article","og_title":"User Guide for Bagisto Delivery Boy App","og_description":"Bagisto Delivery Boy App allows you to manage order assignment, tracking, chat, and commissions, and supports both Android and iOS.","og_url":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2026-03-09T10:22:36+00:00","article_modified_time":"2026-03-09T10:43:50+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp","type":"","width":"","height":""}],"author":"Kunal Kumar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Kunal Kumar","Est. reading time":"21 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/"},"author":{"name":"Kunal Kumar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/2678fec8f8517bba7aa2afd83a16880b"},"headline":"User Guide for Bagisto Delivery Boy App","datePublished":"2026-03-09T10:22:36+00:00","dateModified":"2026-03-09T10:43:50+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/"},"wordCount":3337,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp","keywords":["Bagisto"],"articleSection":["Bagisto","Mobile App"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/","url":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/","name":"User Guide for Bagisto Delivery Boy App","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp","datePublished":"2026-03-09T10:22:36+00:00","dateModified":"2026-03-09T10:43:50+00:00","description":"Bagisto Delivery Boy App allows you to manage order assignment, tracking, chat, and commissions, and supports both Android and iOS.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/02\/module-1.webp","width":1120,"height":880},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/bagisto-delivery-boy-app-documentation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"User Guide for Bagisto Delivery Boy App"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/2678fec8f8517bba7aa2afd83a16880b","name":"Kunal Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/045a9ee623256d6b2cb7f5592f20207d8c4295d5e40edde127c25571e34f9bb9?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/045a9ee623256d6b2cb7f5592f20207d8c4295d5e40edde127c25571e34f9bb9?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Kunal Kumar"},"description":"Kunal Kumar is a skilled Quality Analyst specializing in the Akeneo platform. He ensures the highest standards of performance and reliability, delivering flawless user experiences. His meticulous approach and keen eye for detail drive excellence in every project.","url":"https:\/\/webkul.com\/blog\/author\/kunal-kumar754\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/526996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/462"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=526996"}],"version-history":[{"count":47,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/526996\/revisions"}],"predecessor-version":[{"id":529648,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/526996\/revisions\/529648"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=526996"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=526996"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=526996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}