OGWUGO API DOCUMENTATION

  1. Home
  2. Docs
  3. OGWUGO API DOCUMENTATION
  4. Food Riders
  5. Rider Pick Order

Rider Pick Order

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
    }
}
Was this article helpful to you? Yes No

How can we help?