ProductDeleteFailure
No description
type ProductDeleteFailure {
key: String!
productId: Int
reason: ProductDeleteFailureReason!
}
Fields
ProductDeleteFailure.key ● String! non-null scalar
The key from the request that was not deleted, exactly as it was sent.
ProductDeleteFailure.productId ● Int scalar
Numeric id of the product, when it could be established. Null for a key that resolved to no product and was not itself an id.
ProductDeleteFailure.reason ● ProductDeleteFailureReason! non-null enum
Why it was not deleted.
Member Of
ProductBulkDeleteResponse object