View Pending Delivery Orders.
Orders assigned to Rider but not yet delivered.
PATH
[GET] /orders/list/undelivered/{rider_id}
PARAMETERS:
Param | type | required | comment |
---|---|---|---|
limit | int | 0 | the list is paginated, limit shows number of item to display/page (default=50) |
page_id | int | 0 | default=1 use the page_id to switch to the next page. the pagination is standard restful pagination style. |
RESPONSE:
same as:http://ogwugo.org/docs/ogwugo-api-documentation/food-riders/view-handled-orders/