Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Service which exports Aggregated Stock data including reservations #2062

Closed
maghamed opened this issue Mar 1, 2019 · 0 comments
Closed

Comments

@maghamed
Copy link
Contributor

maghamed commented Mar 1, 2019

For integration Magento with external Sales Channels like Amazon, eBay, Google Shopping etc.
We should provide a possibility of exporting aggregated stock data, ideally with reservations placed.

We should take into account that Stock could be very big.

And provide a possibility to specify Qty for products with Manage Stock = 0, as some of sales channels do not support products without quantities

interface ExportStockDataInterface
{
       public function execute(SearchCriteriaInterface $searchCriteria, $qtyForNotManageStock): ResultInterface;
}
@maghamed maghamed added this to the MSI Part III milestone Mar 1, 2019
@Stepa4man Stepa4man self-assigned this Mar 4, 2019
@Stepa4man Stepa4man pinned this issue Mar 5, 2019
@Stepa4man Stepa4man unpinned this issue Mar 5, 2019
@Stepa4man Stepa4man self-assigned this Apr 9, 2019
@maghamed maghamed added the MSI 1.1.2 Release Tickets which should be finished and delivered to MSI 1.1.2 (April 14, 2019) label Apr 11, 2019
@maghamed maghamed added In 2.3-develop and removed MSI 1.1.2 Release Tickets which should be finished and delivered to MSI 1.1.2 (April 14, 2019) labels Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants