List ungrouped orders

Lists the caller’s standalone orders (provider party, non-DRAFT, not in any of the caller’s order groups), each with the caller org’s billing-review status. Filtering, sorting, and pagination use stored Order fields. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (UngroupedOrderListRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

filter_shipping_statusenumOptional

Filter by order status(es).

sort_byenumOptional
Field to sort by.
Allowed values:
sort_orderenumOptional

Sort order (asc or desc).

Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Orders and Order Groups Ungrouped Orders List V1request Unprocessable Entity Error