> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisepim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Stock

> Bulk set or adjust product stock quantities. Set an exact number, add or subtract, and protect against negative stock with min/max limits.

Keep your inventory accurate without editing products one by one. Set exact quantities after a stock count, add units when a delivery arrives, or subtract for shrinkage. Optional limits keep your numbers safe.

<Info>
  This action changes the stock quantity (the number). To mark products as in stock or out of stock without touching the number, use [Set Stock Status](/en/essentials/bulk-editing/stock-status).
</Info>

## Update the stock

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/vT5bx0c0dDPVXf2p/images/marketing-screenshots/products/products-bulk-edit-update-stock-light-transparent.webp?fit=max&auto=format&n=vT5bx0c0dDPVXf2p&q=85&s=04f6979524e1da373344c1a332e95c67" alt="Bulk editing, Update Stock across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-update-stock-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/vT5bx0c0dDPVXf2p/images/marketing-screenshots/products/products-bulk-edit-update-stock-dark-transparent.webp?fit=max&auto=format&n=vT5bx0c0dDPVXf2p&q=85&s=4b0aad2569e697c4f948d68727442165" alt="Bulk editing, Update Stock across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-update-stock-dark-transparent.webp" />

<Steps>
  <Step title="Select products">
    Check the products you want to update. Or use filters and select all matching results.
  </Step>

  <Step title="Open Bulk Edit and choose Update Stock">
    Click **Bulk Edit**, then search for "Update Stock" or find it under **Inventory & Shipping**.
  </Step>

  <Step title="Choose the operation">
    Pick **Set**, **Increase**, or **Decrease**.
  </Step>

  <Step title="Enter the quantity and limits">
    Set the value and, if you want, add minimum and maximum stock limits.
  </Step>

  <Step title="Preview and apply">
    Review the impact preview, then click **Apply**.
  </Step>
</Steps>

## Operations

| Operation    | What it does                       | Use it for                    |
| ------------ | ---------------------------------- | ----------------------------- |
| **Set**      | Replaces stock with an exact value | A physical inventory count    |
| **Increase** | Adds to the current stock          | A new delivery                |
| **Decrease** | Subtracts from the current stock   | Damage, returns, or shrinkage |

## Options

| Option                                       | Description                                     | Default    |
| -------------------------------------------- | ----------------------------------------------- | ---------- |
| **Operation**                                | Set, Increase, or Decrease                      | No default |
| **Quantity**                                 | The value to set, add, or subtract              | No default |
| **Minimum stock level**                      | Stock will not go below this value              | None       |
| **Maximum stock level**                      | Stock will not go above this value              | None       |
| **Update low stock threshold automatically** | Recalculate the low stock alert threshold       | Off        |
| **Low stock threshold**                      | Custom threshold value (when auto-update is on) | No default |

<Tip>
  Set a **Minimum stock level** of 0 when you decrease stock. It prevents quantities from dropping below zero into negative inventory.
</Tip>

## Related

<CardGroup cols={2}>
  <Card title="Set Stock Status" icon="package-check" href="/en/essentials/bulk-editing/stock-status">
    Mark products as in stock, out of stock, or on backorder.
  </Card>

  <Card title="Update Weight" icon="weight" href="/en/essentials/bulk-editing/update-weight">
    Set product weights for accurate shipping calculations.
  </Card>

  <Card title="Numeric Operations" icon="hash" href="/en/essentials/bulk-editing/numeric-operations">
    Add, subtract, multiply, or divide any numeric attribute.
  </Card>

  <Card title="All bulk actions" icon="layers" href="/en/essentials/bulk-editing">
    Browse every bulk editing action by category.
  </Card>
</CardGroup>
