You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work with a legacy ERP which has some limitations, one of them is it cannot make PATCH requests, the only methods it can do is: GET, PUT, POST, or DELETE.
So, I'm unable to Update a product, I was wondering if I can change on Akeneo to use PUT request instead of Patch to update a product, or does anyone see another approach to my problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I work with a legacy ERP which has some limitations, one of them is it cannot make PATCH requests, the only methods it can do is: GET, PUT, POST, or DELETE.
So, I'm unable to Update a product, I was wondering if I can change on Akeneo to use PUT request instead of Patch to update a product, or does anyone see another approach to my problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered: