orderStatusSet
Retrieve detailed information about a specific order status set.
Returns comprehensive order status set data including contained statuses, workflow configuration, and metadata for order lifecycle management and workflow organization.
Possible errors:
- ORDER_STATUS_SET_NOT_FOUND_ERROR: Order status set with the specified criteria does not exist
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER]
orderStatusSet(
input: OrderStatusSetSearchByInput!
): OrderStatusSet!
Arguments
orderStatusSet.input
● OrderStatusSetSearchByInput!
non-null input
Search criteria for finding the order status set.
Specifies how to identify the order status set (by ID, name, or other criteria) for retrieval.
Type
OrderStatusSet
object
Order status set entity for organizing related order statuses into logical workflow groups and business process containers