Assign delivery boy to order
Assign delivery boy to order
POST
https://{admin-domain-name}/api/order/assign-delivery
This endpoint allows you to assign delivery boy to order.
Headers
Name
Type
Description
Authorization
string
Value should be "Bearer auth_token"
Request Body
Name
Type
Description
response
string
The value should be "JSON" to get output in json format.
order_id
string
Order ID
customer_id
string
This is Id of the customer who placed order
user_id
string
This is the Id of the delivery boy that you want to assign.
{
"code":200,
"success" :true,
"message":"Order Assigned"
}
Last updated
Was this helpful?