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 c377e84 commit b74e1c8Copy full SHA for b74e1c8
app/code/Magento/CatalogInventory/Model/Stock.php
@@ -44,6 +44,8 @@ class Stock extends AbstractExtensibleModel implements StockInterface
44
45
const STOCK_IN_STOCK = 1;
46
47
+ const WEBSITE_ID = 'website_id';
48
+
49
/**
50
* Default stock id
51
*/
app/code/Magento/CatalogInventory/Model/Stock/Item.php
@@ -34,6 +34,8 @@ class Item extends AbstractExtensibleModel implements StockItemInterface
34
35
protected $eventPrefix = 'cataloginventory_stock_item';
36
37
38
39
40
* Parameter name in event
41
*
0 commit comments