Hello,
I tried to do a PUT request to update the stock qty and it worked correctly:
Hello @beniamino_carriero
This error generally shows if URL is wrong.
Are you adding https?
Do you need to add store scope?
POST /<store_code>/async/bulk/V1/products
PUT /<store_code>/async/bulk/V1/products/:sku |
Hello @theMageComp ,
thanks, but other bulk requests work (ie. media) and the single call to the StockItems method also works.
I found this thread:
"natively in magento 2 there is no rest API to do bulk update as of now"
Is it still true?
@beniamino_carriero can you please check this link and checks your url and replace 1 by any id.
https://devdocs.magento.com/guides/v2.3/rest/bulk-endpoints.html
Thanks
@beniamino_carriero can you please check this link and checks your url and replace 1 by any id.
https://devdocs.magento.com/guides/v2.3/rest/bulk-endpoints.html
Thanks
Hello @rahul Gupta,
we get the same error by invoking the following URL:
/rest/async/bulk/V1/products/bySku/stockItems/byItemId
Thanks
Any update on this?
We also get this error, and have checked the URL and tried several variations of the URL.
We can get a single stockitem, and do a bulk product update, but cant do a bulk stockitem update to update the stock levels.
Any news ?