orderStatus
Retrieve detailed information about a specific order status.
Returns comprehensive order status data including workflow position, transitions, descriptions, and status set associations. Used for order lifecycle management and workflow configuration.
Possible errors:
- ORDER_STATUS_NOT_FOUND_ERROR: Order status with the specified criteria does not exist
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER]
orderStatus(
input: OrderStatusSearchByInput!
): OrderStatus!
Arguments
orderStatus.input
● OrderStatusSearchByInput!
non-null input
Search criteria for finding the order status.
Specifies how to identify the order status (by ID, name, or other criteria) for retrieval.
Type
OrderStatus
object
Order status entity representing a state in the order workflow system