AddOrderStatusesToOrderStatusSetInput
Input data for adding order statuses to an existing order status set
input AddOrderStatusesToOrderStatusSetInput {
orderStatusIds: [Int!]!
}
Fields
AddOrderStatusesToOrderStatusSetInput.orderStatusIds
● [Int!]!
non-null scalar
List of order status IDs to add to the status set.
Contains the identifiers of order statuses that should be associated with this status set. Each ID must represent a valid order status in the system.
Member Of
orderStatusSetAddOrderStatuses
mutation