Skip to main content

CreateOrderStatusSetInput

No description

input CreateOrderStatusSetInput {
name: String!
description: String
orderStatusIds: [Int!]
}

Fields

CreateOrderStatusSetInput.name ● String! non-null scalar

The order status set name

CreateOrderStatusSetInput.description ● String scalar

The order status set description

CreateOrderStatusSetInput.orderStatusIds ● [Int!] list scalar

The ids of the order statuses that will be added to the set

Member Of

orderStatusSetCreate mutation