Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.2
-
None
Description
I am upserting inventory using the following endpoint through ETL Talend:
/o/headless-commerce-admin-inventory/v1.0/warehouses/{id-warehouse}
I am getting a 405 response from headless commerce.
I am running java jdk1.8 where PATCH method is not available when trying to do a HTTPURLConnection, I believe there was a change to make it compatible (in the ETL), but I believe in liferay commerce it is only available in PATCH method. I need it to be compatible in order to perform an integrated test with ETL and Liferay Commerce using jdk1.8