cancel
Showing results for 
Search instead for 
Did you mean: 

Stock Adjustments in Magento2

SOLVED

Stock Adjustments in Magento2

My warehouse staff don't have access to ERP which is integrated with Magento2 via APIs.

They would like to adjust stock in Admin Console and then these changes to propagate back to the ERP so both systems are in sync.

Is there an Inventory plug-in, so all its SOH changes can be retrieved via APIs?

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Stock Adjustments in Magento2

Just followed the link I've posted and can now see this note "New update! Track product quantity changed by REST API" - looks like it should solve my problem.

 

View solution in original post

3 REPLIES 3

Re: Stock Adjustments in Magento2

Hello @agon04

 

Every ERP wise different integration need, because fields are different.

 

So basically you need to create a bridge between them.

 

 

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Stock Adjustments in Magento2

I've actually got the "bridge" for SOH from ERP to Magento.

I would like to build one in reverse - i.e. retrieve incremental SOH changes from Magento back into ERP.

I found the following extension that tracks these changes https://bsscommerce.com/magento-2-inventory-report-extension.html but it does not appear to have API access - hence my original question.

 

 

 

 

Re: Stock Adjustments in Magento2

Just followed the link I've posted and can now see this note "New update! Track product quantity changed by REST API" - looks like it should solve my problem.