# Product Stock Options

ScandiPWA supports the following default product inventory setting at the product level:

| SECTION                                        | STATUS        | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ---------------------------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage Stock                                   | **SUPPORTED** | The setting activates inventory control of your catalog when set to "yes".                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Backorders                                     | **SUPPORTED** | <p>Backorders do not change the processing status of the order. Regardless of whether the product is out of stock, orders can still be placed and the funds are authorized/captured immediately. </p><p>Supported options: "No Backorders" or "Allow Qty Below 0"<br></p><p>❗️Currently, ScandiPWA does not provide a customer notice informing about the backorder. The <strong>Allow Qty Below 0 and Notify Customer</strong> option will be supported in the upcoming releases. Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/1469"><https://github.com/scandipwa/base-theme/issues/1469></a></p> |
| Enable Qty Increments                          | **SUPPORTED** | The setting determines if the product can be sold in quantity increments. Available options: "Yes" or "No"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Maximum Qty Allowed in Shopping Cart           | **SUPPORTED** | The setting determines the minimum number of the product that can be purchased in a single order.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Minimum Qty Allowed in Shopping Cart           | **SUPPORTED** | The setting determines the maximum number of the product that can be purchased in a single order.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Out-of-Stock Threshold                         | **SUPPORTED** | The setting determines the stock level at which a product is considered to be out of stock.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Notify for Quantity Below                      | **SUPPORTED** | The setting determines the stock level at which notification is sent that the inventory has fallen below the threshold.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Automatically Return Credit Memo Item to Stock | **SUPPORTED** | Returns the item to inventory by default, when a credit memo is issued for the item, if set to "yes"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |

### To set the general Product Stock Options: <a href="#stock-options" id="stock-options"></a>

1. Access Admin > Stores > Settings > Configuration&#x20;
2. Expand the Catalog tab
3. Tap Catalog > Inventory > Product Stock Options
4. Edit your preferences.
5. Save Config.
6. Flush Cache Storage:

{% hint style="info" %}
**Caching Note**

1.On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**

2\. Choose Flush Cache Storage.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.scandipwa.com/v5.2.0/catalog/managing-inventory/product-stock-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
