errand_list_orders
Paginates the consenting user’s errand order history, sorted by creation time descending (newest first). The returned data can be fed straight back into a quote (pickup/dropoff addresses, goods) to support “same as last time” reordering.Phone numbers are only returned masked (e.g.
138****5678) and cannot be dialed directly. Reordering from a past order requires the user to re-enter the full phone number.Parameters
Returns
Order status enum (status)
Pagination
- On the first call, omit
offset(or pass0) to get the first page. - When the response’s
next_offsetis non-null, use it as theoffsetof the next call;nullmeans you’ve reached the last page. - An empty
ordersarray means the user has no orders matching the filter.

