Registry / other / spryker-stock

spryker-stock

JSON →
library8.14.0phppackagistunverified

Stock module for managing product stock in Spryker Commerce OS.

composer require spryker/stock
INSTALL
IMPORT
SIG · SPRYKER-STOCK
S
spryker-stock
otherphpv8.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StockFacade
use Spryker\Zed\Stock\Business\StockFacade;

Retrieve stock quantity for a product SKU using StockFacade.

<?php\nuse Spryker\\Zed\\Stock\\Business\\StockFacade;\n\n$stockFacade = new StockFacade();\n$stockProduct = $stockFacade->findStockProductBySku('example-sku');\necho $stockProduct ? $stockProduct->getQuantity() : 0;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.14.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
spryker-stock — pip install spryker-stock · libregistry