Skip to content

Magento MSI APIs

Igor Miniailo edited this page Apr 25, 2019 · 20 revisions

List of new Inventory APIs

Inventory Management

All the services which reside under Magento/InventoryApi/Api namespace.

Service Description Legacy analog
SourceRepositoryInterface Service to Retrieve, Save or Find (getList method) Source entity(-ies) -
StockRepositoryInterface Service to Retrieve, Save, Find (getList method) or delete Stock entity(-ies) -
StockSourceLinksSaveInterface Save Sources to Stocks assignments -
StockSourceLinksDeleteInterface Remove Sources to Stocks assignments -
GetStockSourceLinksInterface Service to retrieve Source to Stock links according to provided SearchCriteria -
GetSourcesAssignedToStockOrderedByPriorityInterface Service to Retrieve Sources assigned to provided Stock sorted by priority -
SourceItemRepositoryInterface Service to Find SourceItems (products assigned to sources with Quantity per Source) by provided SearchCriteria -
- - -
- - -
- - -
- - -

MSI Documentation:

  1. Technical Vision. Catalog Inventory
  2. Installation Guide
  3. List of Inventory APIs and their legacy analogs
  4. MSI Roadmap
  5. Known Issues in Order Lifecycle
  6. MSI User Guide
  7. DevDocs Documentation
  8. User Stories
  9. User Scenarios:
  10. Technical Designs:
  11. Admin UI
  12. MFTF Extension Tests
  13. Weekly MSI Demos
  14. Tutorials

Clone this wiki locally