• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Tutsplanet

Tutsplanet

Free Technical and Blogging Resources

  • Home
  • Web Hosting
  • Programming
  • Plugins
  • Twitter Trends
  • Tools
  • About Us

Programming TagsMagento 2

How to Get Product Stock Quantity and Other Stock Information – Magento 2

Jun 16, 2023 Editorial Staff Leave a Comment

Share
Tweet
Share

In today’s tutorial, I am showing how to get the product stock quantity and information in Magento 2.

In this article, I will illustrate mainly two methods to get product stock information in Magento 2, and both methods are tested and confirmed it’s working.

#Method 1

This method will be using \Magento\CatalogInventory\Model\Stock\Item class to get the stock item in Magento 2

For the sake of example, I will use a helper class to get the stock details of a product.

class Data extends AbstractHelper
{
    public function __construct(
       ....
       \Magento\CatalogInventory\Model\Stock\Item $stockItem,
       ....

     ) {
       $this->_stockItem = $stockItem;

    }

    public function getStockDetails($productId) {
          $stockItemSingle = $this->_stockItem->load($productId, 'product_id');
          print $stockItemSingle->getQty();
    }
}

#Method 2

This method will be using \Magento\CatalogInventory\Api\StockStateInterface class to get the stock item in Magento 2

For the sake of example, I will use a helper class to get the stock details of a product.

class Data extends AbstractHelper
{
    protected $_stockStateInterface;
		public function __construct(
       ....
       \Magento\CatalogInventory\Api\StockStateInterface $stockStateInterface,
       ....

     ) {
       $this->_stockStateInterface = $stockStateInterface;

    }

    public function getStockDetails($productId) {
          print $this->_stockStateInterface->getStockQty($productId)
    }
}

Hope this helps, and please don’t forget to share, so it might help others

Did this post help you?
Tutsplanet brings in-depth and easy tutorials to understand even for beginners. This takes a considerable amount of work. If this post helps you, please consider supporting us as a token of appreciation:
  • Just want to thank us? Buy us a Coffee
  • May be another day? Shop on Amazon using our links.
    Your prices won't change but we get a small commission.

Editorial Staff

Editorial Staff at Tutsplanet is a dedicated team to write various tutorials about subjects like Programming, Technology and Operating Systems.

View all posts by Editorial Staff

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Quick Links

  • Top 21 Website Ideas To Make Money Online in 2021
  • A Simple YouTube Video Downloader Script in PHP
  • The 50 Most Useful jQuery Plugins for Frontend Development
  • Replace “\n” with new line characters, using Notepad++
  • Using Third-Party Libraries in Codeigniter
  • Upload Multiple Images and Store in Database using PHP and MySQL.
  • Hierarchical Tree view Category Example in Laravel
  • Laravel Image Intervention Tutorial With Example
  • How to import sql file in MySQL database using PHP?
  • Free VAT Calculator Online

Subscribe

* indicates required

Search Here

Share

   

Hot topics

  • Replace “\n” with new line characters, using Notepad++ 19 views
  • Add FTP/SFTP in Visual Studio Code 18 views
  • A Simple YouTube Video Downloader Script in PHP 17 views
  • Open a URL in a new tab using JavaScript 15 views
  • How to enter new line in Microsoft Teams? 13 views
  • Auto Login in PuTTY with a password 12 views
  • PHP: Implode () with quotes 10 views
  • Hierarchical Tree view Category Example in Laravel 10 views
  • Simple PHP Shopping Cart 9 views
  • Laravel: Download files to storage from SFTP 8 views

Categories

  • Design & Development
  • Drupal
  • Facebook
  • General
  • How To
  • ios
  • Javascript
  • Linux
  • Magento
  • Marketing
  • News
  • PHP
  • Plugins
  • Programming
  • Snippets List
  • Social Media
  • Softwares
  • Themes
  • Tips
  • Wordpress
  • YouTube

Copyright © 2023 · Planet on Genesis Framework · Powered By BunnyCDN . Network wallpapernoon.com