Skip to main content

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.

orderStatusSetUpdate.input ● UpdateOrderStatusSetInput! non-null input

Updated order status set information.

Contains the order status set properties to update. Only provided fields will be changed, others remain unchanged.

Type

OrderStatusSet object

Order status set entity for organizing related order statuses into logical workflow groups and business process containers