Let the order be assigned to a rider.
PATH
[POST] /order/pick/assign/to
PARAMETERS:
| Param | type | required | comment |
|---|---|---|---|
| rider_id | str | 1 | |
| order_id | str | 1 | |
| store_id | str | null | only in local market: disabled: this option allows rider to pick only the items belonging to a particular store if we have multiple stores in the invoice. but for now, a rider must pick all stored. |
RESPONSE:
{
"data": "null",
"status": "success",
"message": "Done, Rider assigned",
"error": {
"msq": "done",
"detail": "done",
"code": 200
}
}