orderStatusCreate
Create a new order status in the workflow system.
Establishes a new order status with workflow position, transitions, and configuration. The status will be available for order lifecycle management immediately.
AUTH: Role=[order.OWNER]
orderStatusCreate(
input: CreateOrderStatusInput!
): OrderStatus!
Arguments
orderStatusCreate.input
● CreateOrderStatusInput!
non-null input
Order status creation data including workflow position and configuration.
Contains all necessary information to create a functional order status including name, description, workflow transitions, and status set associations.
Type
OrderStatus
object
Order status entity representing a state in the order workflow system