-
Notifications
You must be signed in to change notification settings - Fork 254
Configure MSI backorders
This content is new and in-progress for MSI and includes content for "in development" and 1.0.0 Beta features. Information may change depending on development.
Backorders allow your store to continue selling products after the quantity reaches zero, or is effectively out of stock. When a customer order is a backorder, the funds are authorized and captured immediately, the processing status of the order does not change, and the shipping remains on-hold until stock is available.
Depending on your store and sales, you may want to enable backorders globally for all products or only on specific products.
We recommend configuring specific thresholds and settings to best support backorders.
Use a negative value for this threshold to set the maximum amount of products that can be backordered before the product is truly considered out of stock. This amount adds to the salable quantity. The value set at the product level overrides any value set at the global level.
The following is an example:
- Quantity: 25
- Notify for Quantity Below: 10
- Only X left Threshold: 5
- Out of Stock Threshold: -50
The Salable Quantity for this product is 75 (25 - (-50)).
![]() |
|---|
| Example Salable Quantity before backorders enabled |
![]() |
|---|
| Example Salable Quantity after backorders enabled |
When customers purchase over 25 products, new orders enter as backorders. As the product's salable quantity reduces to 5 (70 items have been sold), the product page will display a message "Only 5 left" on front-end. When the salable quantity reaches 0, the product displays as Out of Stock in the storefront.
![]() |
|---|
| Remaining X products |
The Notify for Quantity Below configuration option is applicable on the Source level and helps a merchant to be notified by email that a stock level for a given product decreased below 10 items on a given source. When backorders are enabled, the Notify for Quantity Below is not deducted from the Salable Quantity.
Products must be set to In Stock status when enabling backorders. You can set this through the Product page. For Multi Source merchants, you must have at least one source marked as In Stock.
To enable backorders globally for all inventory in your store:
-
On the Admin sidebar, tap Stores. Then under Settings, choose Configuration.
-
Select Default Config for the Store View.
-
Tap Catalog. Then choose Catalog and Inventory.
-
Under Product Stock Options, locate Backorders. Uncheck the Use Default checkbox and select an option from the drop-down menu:
- Allow Qty Below 0 - Allows for orders when the product quantity falls below zero
- Allow Qty Below 0 and Notify Customer - Allows for backorders and notifies the customer the order is a backorder
-
Under Product Stock Options, locate Out-of-Stock Threshold. Uncheck the Use Default checkbox to enter a specific amount below 0. For example, enter -50 to allow orders up to this amount. The value is added to the Salable Quantity. If you enter 0 or a positive number, backorder inventory is considered infinite.
-
Tap Save Config.
![]() |
|---|
| Backorders Global Setting Enabled |
You may want to enable backorders at the product level for the following:
- Globally disable backorders with specific products enabled for backorders
- Override global backorder thresholds for specific products
To enable backorders per product:
-
On the Admin sidebar, tap Catalog. Then, choose Products.
-
Select a product to edit. Scroll down the page to the Sources area.
-
Tap Advanced Inventory. A page of product specific configurations displays. Any setting listed as global displays the current global setting for the store.
-
Uncheck the Use Default checkbox and select an option from the drop-down menu:
- Allow Qty Below 0 - Allows for orders when the product quantity falls below zero
- Allow Qty Below 0 and Notify Customer - Allows for backorders and notifies the customer the order is a backorder
-
Under Product Stock Options, locate Out-of-Stock Threshold. Click off the Use Default checkbox to enter a specific amount below 0. For example, enter -50 to allow orders up to this amount. The value is added to the Salable Quantity. If you enter 0 or a positive number, backorder inventory is considered infinite.
-
Tap Done, then tap Save.
![]() |
|---|
| Backorders on Product Setting Enabled |
Multi-Source Inventory developed by Magento 2 Community
- Technical Vision. Catalog Inventory
- Installation Guide
- List of Inventory APIs and their legacy analogs
- MSI Roadmap
- Known Issues in Order Lifecycle
- MSI User Guide
- 2.3 LIVE User Guide
- MSI Release Notes and Installation
- Overview
- Get Started with MSI
- MSI features and processes
- Global and Product Settings
- Configure Source Selection Algorithm
- Create Sources
- Create Stock
- Assign Inventory and Product Notifications
- Configure MSI backorders
- MSI Import and Export Product Data
- Mass Action Tool
- Shipment and Order Management
- CLI reference
- Reports and MSI
- MSI FAQs
- DevDocs Documentation
- Manage Inventory Management Modules (install/upgrade info)
- Inventory Management
- Reservations
- Inventory CLI reference
- Inventory API reference
- Inventory In-Store Pickup API reference
- Order Processing with Inventory Management
- Managing sources
- Managing stocks
- Link and unlink stocks and sources
- Manage source items
- Perform bulk actions
- Manage Low-Quantity Notifications
- Check salable quantities
- Manage source selection algorithms
- User Stories
- Support of Store Pickup for MSI
- Product list assignment per Source
- Source assignment per Product
- Stocks to Sales Channel Mapping
- Adapt Product Import/Export to support multi Sourcing
- Introduce SourceCode attribute for Source and SourceItem entities
- Assign Source Selector for Processing of Returns Credit Memo
- User Scenarios:
- Technical Designs:
- Module Structure in MSI
- When should an interface go into the Model directory and when should it go in the Api directory?
- Source and Stock Item configuration Design and DB structure
- Stock and Source Configuration design
- Open Technical Questions
- Inconsistent saving of Stock Data
- Source API
- Source WebAPI
- Sources to Sales Channels mapping
- Service Contracts MSI
- Salable Quantity Calculation and Mechanism of Reservations
- StockItem indexation
- Web API and How To cover them with Functional Testing
- Source Selection Algorithms
- Validation of Domain Entities
- PHP 7 Syntax usage for Magento contribution
- The first step towards pre generated IDs. And how this will improve your Integration tests
- The Concept of Default Source and Domain Driven Design
- Extension Point of Product Import/Export
- Source Selection Algorithm
- SourceItem Entity Extension
- Design Document for changing SerializerInterface
- Stock Management for Order Cancelation
- Admin UI
- MFTF Extension Tests
- Weekly MSI Demos
- Tutorials



