Problem/Motivation

Im try to use commerce stock v3.0 - its very usefull module, but how to quick change stock levels with goods arrives? Commerce Feeds (I try to use it) have no posibilities for csv stock arrives mass loading, only with transaction via ui one by one in /admin/commerce/config/stock/transactions? Is there more ways?

Comments

dimapv created an issue. See original summary.

dimevs’s picture

StatusFileSize
new73.01 KB

It looks like I've found a solution. I took the soft4net_commerce_feeds module for D8 from https://www.drupal.org/project/commerce_stock/issues/3128041 and made some minor corrections from https://www.drupal.org/project/feeds_stock/issues/3060594 #14.
In edit Feed types, I set Processor setting > Advanced setting > Force update, otherwise the stock_level doesn't update after purchases.
System D11.3.1 Commerce Core 3.2.0 Commerce Feeds 8.x-1.0-alpha5 Commerce Stock 3.0.0

I'd like to ask the respected developers if they'd be interested in implementing something similar in Commerce Stock?
If I need to update the stock_level of 600 incoming items in the stock, it's difficult to do manually.

dimevs’s picture

StatusFileSize
new6.98 KB

Module soft4net_commerce_feeds