Whenever trying to delete the item, getting 500 status code instead 404 not found error.
Below is the error for non existing item delete mutation.
{
“error_message”: “Internal server error”,
“status_code”: 500
}
We are expecting 404 not found in case incorrect item id.
Regards
Prashanth