1. Location Point Level
MOVER BUSINESS API
  • Orders
    • On Demand
      • Estimate / Coverage
      • Create Order (On Demand)
      • Status
      • Partner Location
      • Invoice
      • Cancel
    • Standard Delivery
      • Dispatch Order(s)
      • Order(s) Status
      • Cancel Order
  • Webhooks
    • On Demand
      • Trip Level
        • OrderCreated
        • TripStarted
        • BillGenerated
        • PartnerAssigned
        • Cancelled
        • TripEnded
      • Location Point Level
        • Arrived
        • Delivered
        • Return Started
        • Returned To Origin
        • Cancelled
        • Liquidated
      • Webhook (Legacy)
    • Standard
      • InTransit
      • Arrived
      • Delivered
      • Return Started
      • Returned To Origin
      • Cancelled
      • Liquidated
  1. Location Point Level

Arrived

Webhook
POST
Arrived
Triggers when delivery partner arrives at delivery location.

Request

Authorization
or
Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
    "payload": {
        "OrderId": "NCRTJ8LWU1N",
        "ClientRefId": "ORD10001",
        "StatusId": 2,
        "Status": "Arrived",
        "Remark": "Package has arrived at the drop location.",
        "Timestamp": "2026-01-27T11:12:44.909515"
    },
    "type": "Arrived"
}'
Response Response Example
{}
Modified at 2026-02-02 11:14:51
Previous
TripEnded
Next
Delivered
Built with