update the product using api. attached is the payload.
{
"code": 422,
"message": "Validation failed.",
"errors": [
{
"property": "values",
"message": "This field is missing.",
"attribute": "recommended_application_timing",
"locale": "en_US",
"scope": null
}
The recommended_application_timing is the table attribute field, it is not a product variant,
there is no constraint added for it. Still this error occurs.
I tried to add values for this field in payload still the error remains the same.
Also when we tried to remove category from the products there was still the same error.
Attaching the screenshot for that as well.
we don't have any customization on this.
If you highlight the changes so that we can change the flagbit code accordingly.
payload for product patch.txt

update the product using api. attached is the payload.

{
"code": 422,
"message": "Validation failed.",
"errors": [
{
"property": "values",
"message": "This field is missing.",
"attribute": "recommended_application_timing",
"locale": "en_US",
"scope": null
}
The recommended_application_timing is the table attribute field, it is not a product variant,
there is no constraint added for it. Still this error occurs.
I tried to add values for this field in payload still the error remains the same.
Also when we tried to remove category from the products there was still the same error.
Attaching the screenshot for that as well.
we don't have any customization on this.
If you highlight the changes so that we can change the flagbit code accordingly.
payload for product patch.txt