App Introduction
Door-to-Door Delivery Allow agents to manage deliveries and update order statuses via the mobile app. To simplify the door-to-door process, you need delivery agents to handle your deliveries and manage them in an organized manner. The app lets you add multiple agents, assign orders, and have them deliver orders to customers. On the other hand, agents will have a mobile app to manage deliveries. Customers will also receive notifications with the agent’s details via email. Mobile App for Delivery Agents: Agents can install the "Delivery Boy" mobile app on their Android or iOS devices.
Core Functionality
- Add multiple agents who can manage order fulfillment
- Assign orders to agents added to the app
- Set different commission rules for single-line and multi-line orders as an admin
- Edit the earned commission values for fulfillment agents as an admin
- Provide real-time tracking for fulfillment agents
Merchant-Friendly
- Cross-border E-commerce Merchants
- Independent Station Merchants
- Multi-warehouse Shipping Merchants
- Dropshipping Merchants
Basic Information
- Developer:Webkul Software Pvt Ltd
- Address:H-28, Sector 63, Noida, UP, 201301, IN
- Price: Free / Free plan
- Rating:2.7 / 5
- Comment Count:2 comment
- Release Date:2020-8-4
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Basic Plan
- Up to 2 Delivery Agents
- Real-time Tracking
- Different Types of Commissions
- Photo Proof
- OTP Delivery Verification
- Agent Feedback
- Customer Feedback
PRO
- Includes all features of the Basic Plan
- You can add 10 shipping agents
ELITE
- Includes all features of the lower-tier plan
- You can add 30 shipping agents
GOLD
- Includes all basic plan features
- You can add 100 shipping agents
- $1 for each additional shipping agent
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/shipping_agents.json
- GET /admin/api/shipping_agents.json
- PUT /admin/api/shipping_agents/{agent_id}.json
Permission:write_shipping_agents,read_shipping_agents,manage_orders
- POST /admin/api/orders/{order_id}/assign_agent.json
- GET /admin/api/orders/{order_id}/assigned_agent.json
- PUT /admin/api/orders/{order_id}/assign_agent.json
Permission:write_orders,read_orders,manage_shipping_agents
- POST /admin/api/commission_rules.json
- GET /admin/api/commission_rules.json
- PUT /admin/api/commission_rules/{rule_id}.json
Permission:write_commission_rules,read_commission_rules,manage_orders
- PUT /admin/api/earned_commissions/{commission_id}.json
- GET /admin/api/earned_commissions.json
- DELETE /admin/api/earned_commissions/{commission_id}.json
Permission:write_earned_commissions,read_earned_commissions,manage_shipping_agents
- GET /admin/api/shipping_agents/{agent_id}/tracking.json
- GET /admin/api/orders/{order_id}/agent_tracking.json
- GET /admin/api/shipping_agents/tracking_summary.json
Permission:read_shipping_agents,read_orders,view_analytics