List billing orders
Lists coordinator orders with billing summaries and optional party-name expansion. | authz: allowed_org_types=[provider], min_org_role=operator | (OrderBillingExpandedListReq) -> (OrderBillingExpandedListRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
sort_by
Order lifecycle timestamp used for sorting.
sort_order
Sort order (asc or desc).
Allowed values:
page
page_size
search
Full-text search query for order short ID, off-CHRT reference ID, and AWB.
filter_status
Filter by one or more order statuses.
filter_awb_number
Filter by an exact order AWB number.
filter_shipper_org_id
Filter by an on-CHRT shipper organization.
filter_off_chrt_shipper_org_data_id
Filter by an off-CHRT shipper.
filter_coordinator_shipper_account_ids
Filter by one or more coordinator shipper accounts.
filter_executor_org_id
Filter by an on-CHRT executor organization.
filter_coordinator_label
Filter by an exact coordinator label.
filter_draft_started_at_timestamp_gte
filter_draft_started_at_timestamp_lte
filter_staged_at_timestamp_gte
filter_staged_at_timestamp_lte
filter_in_progress_at_timestamp_gte
filter_in_progress_at_timestamp_lte
filter_completed_at_timestamp_gte
filter_completed_at_timestamp_lte
filter_cancelled_at_timestamp_gte
filter_cancelled_at_timestamp_lte
filter_exception_at_timestamp_gte
filter_exception_at_timestamp_lte
Request
This endpoint expects an object.
expand_account_names
expand_executor_names
expand_shipper_name
Response
Successful Response
items
total_count
Errors
422
Orders List Expanded for Coordinator Operators V1request Unprocessable Entity Error

