RemoveOrderStatusesFromOrderStatusSetInput
Input data for removing order statuses from an existing order status set
input RemoveOrderStatusesFromOrderStatusSetInput {
orderStatusIds: [Int!]!
}
Fields
RemoveOrderStatusesFromOrderStatusSetInput.orderStatusIds
● [Int!]!
non-null scalar
List of order status IDs to remove from the status set.
Contains the identifiers of order statuses that should be disassociated from this status set. Each ID must represent a valid order status currently in the set.
Member Of
orderStatusSetRemoveOrderStatuses
mutation