Issue on product deletion

I am getting an error response while trying to delete a product

mutation { 
    product_delete(data: { 
        sku: "P0011"
    }) { 
        request_id 
    }
}

Response

{
    "errors": [
        {
            "message": "Unexpected Error",
            "operation": "product_delete",
            "field": "product_delete",
            "request_id": "5eddd10b201ea3a4c74e7f7d",
            "code": 22
        }
    ],
    "data": {
        "product_delete": null
    }
}

Hi @Mahibur
Thanks for all the info about this. I was able to reproduce and already escalated this to our Engineering team.
I will let you know as soon as I have an update about it.

In the meantime, if you need to delete this product you can do this from the UI, on the https://app.shiphero.com/dashboard/products page

However, if you could keep it so we are able to provide it as an example to the engineering team that would be great. You could set it as inactive in the meantime so it doesn’t interfere with your work.

Does it happen to more than one SKUs for you?

Thanks in advance!
Tom

Hi Tom,
Thanks for the update.

Yes, it happens to all of the SKUs.

Regards
Mahibur

Hi @Mahibur
This should be resolved by now
Please let me know if there is anything else I could help you with.
I appreciate the patience with this.
Thanks again!
Tom