Skip to content

Akeneo patch 4.0.90 gives a validation error. #56

@geetap22

Description

@geetap22

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
Screenshot from 2021-02-24 19-56-38

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions