BulkDuplicateOrdersInput
Autogenerated input type of BulkDuplicateOrders
input BulkDuplicateOrdersInput {
clientMutationId: String
orderIds: [ID!]!
}
Fields
BulkDuplicateOrdersInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
BulkDuplicateOrdersInput.orderIds ● [ID!]! non-null scalar common
The IDs of the orders to duplicate.
Member Of
bulkDuplicateOrders mutation