orderStatuses
Search and retrieve order statuses with comprehensive filtering and pagination.
Provides flexible search capabilities across order status data including names, descriptions, workflow positions, and status set associations. Results are paginated and can be filtered for order lifecycle management.
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER]
orderStatuses(
input: OrderStatusesSearchInput
): OrderStatusesResponse!
Arguments
orderStatuses.input
● OrderStatusesSearchInput
input
Search criteria for filtering order statuses.
If not provided, returns all accessible order statuses with default pagination settings. Supports filtering by name, status set, workflow position, and other status metadata.
Type
OrderStatusesResponse
object
Paginated response containing order statuses with metadata for navigation and filtering