List
Lists mirrored Courie orders for the caller's organization with filtering, sorting, and pagination. | () -> (CourieOrderListRes)
Query parameters
Field to sort by.
Sort order for query results
Sort order (asc or desc).
Filter by provider org ID(s)
Filter by provider org ID(s)
Filter by Courie's exact order ID
Filter by Courie's exact order ID
Filter by the Courie customer the order belongs to
Filter by the Courie customer the order belongs to
Courie's own order status.
The spec documents these only as a bare enum list with no per-value meaning. IN_TRANSIT, ON_HOLD and DELETED have not been observed live. unified.py derives progress from the pickup milestone rather than this field.
Filter by Courie's own order status
Filter mirrored_at_timestamp >= value
Filter mirrored_at_timestamp >= value
Filter mirrored_at_timestamp <= value
Filter mirrored_at_timestamp <= value
Filter created_at_timestamp >= value
Filter created_at_timestamp >= value
Filter created_at_timestamp <= value
Filter created_at_timestamp <= value
Filter updated_at_timestamp >= value
Filter updated_at_timestamp >= value
Filter updated_at_timestamp <= value
Filter updated_at_timestamp <= value
Response
Successful Response
Changes
Changed in 1 of the 9 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○