We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c66c19 commit 856352dCopy full SHA for 856352d
app/code/Magento/CatalogInventory/etc/webapi.xml
@@ -13,7 +13,7 @@
13
<resource ref="Magento_CatalogInventory::cataloginventory"/>
14
</resources>
15
</route>
16
- <route url="/V1/stockItems/:productSku" method="PUT">
+ <route url="/V1/products/:productSku/stockItems/:itemId" method="PUT">
17
<service class="Magento\CatalogInventory\Api\StockRegistryInterface" method="updateStockItemBySku"/>
18
<resources>
19
0 commit comments