Hi ShipHero Community,
We get an unexpected error when we try to delete a product. Can you help us take a look on it as we are able to delete other products except for this.
Here are the following details:
Request ID: 62145f5aeae708ebdda96421
Mutation:
mutation productDelete {
product_delete(data: {sku: "F1-25B"}) {
complexity
request_id
}
}
Payload Response:
{
"errors": [
{
"message": "Unexpected Error",
"operation": "product_delete",
"field": "product_delete",
"request_id": "62145f5aeae708ebdda96421",
"code": 22
}
],
"data": {
"product_delete": null
}
}
Looking forward for your response. Thank you very much.
Regards,
Altair