# Sell regardless of stock count (Pending)

### Why selling regardless of stock count?

If you know that you can rotate your inventory much faster than you're selling, this feature can be useful.

If you don't want to miss out on new orders and know that you can commit more than you currently have, this feature can be useful.

If you simply want to allow selling regardless of stock count for all products without having to edit each and every products in Shopify admin, this feature can be incredibly useful.&#x20;

### What would happen if you don't sell regardless of stock count?

We will block date picking and checkout per usual!&#x20;

Normally, if there is 1 item in that cart that's out of stock at that specific location, we will disable date picking and check out and display an out-of-stock message.

The out-of-stock message for shipping, delivery and pickup are different by default, and include a variable {product\_name} which will display the specific product or products that are out of stock.&#x20;

### What will happen when you turn it on?

Once turned on, the app will always allow date picker and checkout for every product, regardless of location or stock count.&#x20;

The order's timing, along with the location will still be attached to the order and appear on order report.&#x20;


---

# 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://docs.dingdoong.io/inventory-management/sell-regardless-of-stock-count-pending.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.
