Skip to main content

ProductBulkDeleteResponse

No description

type ProductBulkDeleteResponse {
deletedIds: [String!]
failedIds: [String!]
failures: [ProductDeleteFailure!]!
}

Fields

ProductBulkDeleteResponse.deletedIds ● [String!] list scalar

List of deleted item ids

ProductBulkDeleteResponse.failedIds ● [String!] list scalar

List of failed item ids

ProductBulkDeleteResponse.failures ● [ProductDeleteFailure!]! non-null object

One entry per key in failedIds, in the same order, saying why that key was not deleted.

Empty when nothing failed.

Returned By

productDeleteBulk mutation