orderStatusSetCreate
Create a new order status set for workflow organization.
Establishes a new order status set to group related order statuses for workflow management. The set will be available for organizing statuses by business process, workflow type, or operational requirements.
AUTH: Role=[order.OWNER]
orderStatusSetCreate(
input: CreateOrderStatusSetInput!
): OrderStatusSet!
Arguments
orderStatusSetCreate.input
● CreateOrderStatusSetInput!
non-null input
Order status set creation data including name, description, and initial status configuration.
Contains all necessary information to create a functional order status set including name, description, and optional initial status associations.
Type
OrderStatusSet
object
Order status set entity for organizing related order statuses into logical workflow groups and business process containers