Forum

Notifications
Clear all

Can we use adjustInventory API for syncing the inventory instead of calling multiple apis ?

   RSS

0
Topic starter

adjustInventory API can be used to update near real time inventory update. For example when one item sold in one store. So we can use adjustInventory API to update this information into OMS. LoadSync process is for full store inventory update.

Usually this process if faster than adjustInventory. Hence to load full store inventory we need to go with LoadSync process.

Hope this helps !!!


Notice: Trying to access array offset on value of type null in /home/activeki/blog.activekite.com/wp-content/plugins/wpforo/wpf-themes/classic/layouts/3/post.php on line 62
1 Answer
0
Topic starter

In simple terms, adjustInventory API used to update the delta changes and loadInventoryMismatch & syncLoadedInventory API calls are used for Full Sync.

As we have 3 levels of Inventory sync in OMS :
(a) EventBased
(b) ActivityBased
(c) FullInventory
For (a) & (b), we can used adjustInventory API and for FullSync, we can use the above 2 API as it is timetaking and daily sync process.

Hope this helps.


Notice: Trying to access array offset on value of type null in /home/activeki/blog.activekite.com/wp-content/plugins/wpforo/wpf-themes/classic/layouts/3/post.php on line 62
Share: