orderStatusSetUpdate
Update an existing order status set configuration.
Modifies order status set details including name, description, and workflow configuration. Only provided fields will be updated, others remain unchanged.
Possible errors:
- ORDER_STATUS_SET_NOT_FOUND_ERROR: Order status set with the specified ID does not exist
AUTH: Role=[order.OWNER,order.EDITOR]
orderStatusSetUpdate(
id: Int!
input: UpdateOrderStatusSetInput!
): OrderStatusSet!
Arguments
orderStatusSetUpdate.id ● Int! non-null scalar
Unique identifier of the order status set to update.
Must be a positive integer representing a valid order status set ID in the system.