Magento 2 : Cannot set product stock status to “Out of stock” using csv The Next CEO of Stack OverflowHow Set Manage Stock as no in the magento - ProgrammaticallyCategories not set upon product importMagento Import Problem For same csvUpdate stock via csvSolution needed for bulk import Magento CSVExport CSV NOT showing ALL Prods - using Magento 1.9.2.2Magento 1.9 stops and doesn't import entire CSV. And don't set stockmagento 2 how to update stock using import csvProducts stock status change after csv importMagento 2: Import multiple select attribute values using CSV

How do scammers retract money, while you can’t?

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Why do remote companies require working in the US?

Implement the Thanos sorting algorithm

WOW air has ceased operation, can I get my tickets refunded?

Are there languages with no euphemisms?

How to write the block matrix in LaTex?

Failed to fetch jessie backports repository

Why is there a PLL in CPU?

Is a stroke of luck acceptable after a series of unfavorable events?

How can I quit an app using Terminal?

Can I equip Skullclamp on a creature I am sacrificing?

Customer Requests (Sometimes) Drive Me Bonkers!

What can we do to stop prior company from asking us questions?

Does it take more energy to get to Venus or to Mars?

Unreliable Magic - Is it worth it?

What does "Its cash flow is deeply negative" mean?

How did people program for Consoles with multiple CPUs?

Apart from "berlinern", do any other German dialects have a corresponding verb?

How should I support this large drywall patch?

How to safely derail a train during transit?

How do I go from 300 unfinished/half written blog posts, to published posts?

% symbol leads to superlong (forever?) compilations



Magento 2 : Cannot set product stock status to “Out of stock” using csv



The Next CEO of Stack OverflowHow Set Manage Stock as no in the magento - ProgrammaticallyCategories not set upon product importMagento Import Problem For same csvUpdate stock via csvSolution needed for bulk import Magento CSVExport CSV NOT showing ALL Prods - using Magento 1.9.2.2Magento 1.9 stops and doesn't import entire CSV. And don't set stockmagento 2 how to update stock using import csvProducts stock status change after csv importMagento 2: Import multiple select attribute values using CSV










0















I tried to import a product using CSV with is_in_stock value to '0' and after the import, the stock status still shows "In stock"



CSV looks like this :




sku,is_in_stock



DC3508BR,0




What am I doing wrong?



thanks










share|improve this question
























  • It may be due to Magento bug github.com/magento/magento2/issues/9774

    – Gediminas
    Sep 6 '18 at 12:44















0















I tried to import a product using CSV with is_in_stock value to '0' and after the import, the stock status still shows "In stock"



CSV looks like this :




sku,is_in_stock



DC3508BR,0




What am I doing wrong?



thanks










share|improve this question
























  • It may be due to Magento bug github.com/magento/magento2/issues/9774

    – Gediminas
    Sep 6 '18 at 12:44













0












0








0








I tried to import a product using CSV with is_in_stock value to '0' and after the import, the stock status still shows "In stock"



CSV looks like this :




sku,is_in_stock



DC3508BR,0




What am I doing wrong?



thanks










share|improve this question
















I tried to import a product using CSV with is_in_stock value to '0' and after the import, the stock status still shows "In stock"



CSV looks like this :




sku,is_in_stock



DC3508BR,0




What am I doing wrong?



thanks







magento2 product import csv inventory






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 54 mins ago









Shoaib Munir

2,2941829




2,2941829










asked Aug 16 '17 at 14:44









Ken NguyenKen Nguyen

11




11












  • It may be due to Magento bug github.com/magento/magento2/issues/9774

    – Gediminas
    Sep 6 '18 at 12:44

















  • It may be due to Magento bug github.com/magento/magento2/issues/9774

    – Gediminas
    Sep 6 '18 at 12:44
















It may be due to Magento bug github.com/magento/magento2/issues/9774

– Gediminas
Sep 6 '18 at 12:44





It may be due to Magento bug github.com/magento/magento2/issues/9774

– Gediminas
Sep 6 '18 at 12:44










1 Answer
1






active

oldest

votes


















0














In order to update stock in Magento 2 using csv, for most scenarios, you will only need to include 'sku' and 'qty' columns.



However, I am assuming for the products in question you already have stock management turned on either globally or per product and you are not using 'backorders'. For more details on advanced stock management see the Magento documentation: http://docs.magento.com/m2/ce/user_guide/catalog/inventory-product-stock-options.html



is_in_stock (which maps to 'Stock Availability') is not required either as in most scenarios (based on assumptions above) Magento will auto set this based on whether you provide a stock qty of above 0 or not (i.e. qty of 0 or less will set Out of Stock, 1 or above will set 'In Stock')



So, in your case you just need to define 'sku' and 'qty'. Stock Availability will be auto selected based on QTY.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f189346%2fmagento-2-cannot-set-product-stock-status-to-out-of-stock-using-csv%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    In order to update stock in Magento 2 using csv, for most scenarios, you will only need to include 'sku' and 'qty' columns.



    However, I am assuming for the products in question you already have stock management turned on either globally or per product and you are not using 'backorders'. For more details on advanced stock management see the Magento documentation: http://docs.magento.com/m2/ce/user_guide/catalog/inventory-product-stock-options.html



    is_in_stock (which maps to 'Stock Availability') is not required either as in most scenarios (based on assumptions above) Magento will auto set this based on whether you provide a stock qty of above 0 or not (i.e. qty of 0 or less will set Out of Stock, 1 or above will set 'In Stock')



    So, in your case you just need to define 'sku' and 'qty'. Stock Availability will be auto selected based on QTY.






    share|improve this answer



























      0














      In order to update stock in Magento 2 using csv, for most scenarios, you will only need to include 'sku' and 'qty' columns.



      However, I am assuming for the products in question you already have stock management turned on either globally or per product and you are not using 'backorders'. For more details on advanced stock management see the Magento documentation: http://docs.magento.com/m2/ce/user_guide/catalog/inventory-product-stock-options.html



      is_in_stock (which maps to 'Stock Availability') is not required either as in most scenarios (based on assumptions above) Magento will auto set this based on whether you provide a stock qty of above 0 or not (i.e. qty of 0 or less will set Out of Stock, 1 or above will set 'In Stock')



      So, in your case you just need to define 'sku' and 'qty'. Stock Availability will be auto selected based on QTY.






      share|improve this answer

























        0












        0








        0







        In order to update stock in Magento 2 using csv, for most scenarios, you will only need to include 'sku' and 'qty' columns.



        However, I am assuming for the products in question you already have stock management turned on either globally or per product and you are not using 'backorders'. For more details on advanced stock management see the Magento documentation: http://docs.magento.com/m2/ce/user_guide/catalog/inventory-product-stock-options.html



        is_in_stock (which maps to 'Stock Availability') is not required either as in most scenarios (based on assumptions above) Magento will auto set this based on whether you provide a stock qty of above 0 or not (i.e. qty of 0 or less will set Out of Stock, 1 or above will set 'In Stock')



        So, in your case you just need to define 'sku' and 'qty'. Stock Availability will be auto selected based on QTY.






        share|improve this answer













        In order to update stock in Magento 2 using csv, for most scenarios, you will only need to include 'sku' and 'qty' columns.



        However, I am assuming for the products in question you already have stock management turned on either globally or per product and you are not using 'backorders'. For more details on advanced stock management see the Magento documentation: http://docs.magento.com/m2/ce/user_guide/catalog/inventory-product-stock-options.html



        is_in_stock (which maps to 'Stock Availability') is not required either as in most scenarios (based on assumptions above) Magento will auto set this based on whether you provide a stock qty of above 0 or not (i.e. qty of 0 or less will set Out of Stock, 1 or above will set 'In Stock')



        So, in your case you just need to define 'sku' and 'qty'. Stock Availability will be auto selected based on QTY.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 16 '17 at 19:01









        Abhishek PanchalAbhishek Panchal

        3,5973929




        3,5973929



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f189346%2fmagento-2-cannot-set-product-stock-status-to-out-of-stock-using-csv%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

            Fil:Tokke komm.svg

            Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?