Skip to main content

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

The amount fields (quote_fee / actual_fee / tip_fee / cancel_fee / goods_total_amount_fen) are all in cents (integer), not yuan.

Order status enum (status)

Pagination

  • On the first call, omit offset (or pass 0) to get the first page.
  • When the response’s next_offset is non-null, use it as the offset of the next call; null means you’ve reached the last page.
  • An empty orders array means the user has no orders matching the filter.

Error Codes

Example Call