DeleteItemsFromOrderInput
No description
input DeleteItemsFromOrderInput {
id: ID!
identifiers: [String!]!
}
Fields
DeleteItemsFromOrderInput.id ● ID! non-null scalar
ID for the order to remove order items from
DeleteItemsFromOrderInput.identifiers ● [String!]! non-null scalar
A list of the identifiers for the order items to be removed
Member Of
deleteItemsFromOrder mutation