> ## 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 Cost/Margins

> Bulk update cost prices and profit margins. Set costs directly, hit a target margin, or apply a markup percentage across products.

Update cost prices across many products at once. Set costs directly, work back from a target margin, or apply a markup. WisePIM does the math for each product.

Use this to refresh costs after a supplier price change, or to lock in a consistent margin across your catalog.

## Update costs and margins

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

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/NmcJ6hcXYN7g9AMz/images/marketing-screenshots/products/products-bulk-edit-cost-margins-dark-transparent.webp?fit=max&auto=format&n=NmcJ6hcXYN7g9AMz&q=85&s=c861e9c5a45789c9f115d765e9f418c3" alt="Bulk editing, Update Cost/Margins across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-cost-margins-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 Cost/Margins">
    Click **Bulk Edit**. Search for "Cost" or "Margins" or find it under **Pricing & Discounts**.
  </Step>

  <Step title="Choose an update mode">
    Pick how to calculate costs: direct update, target margin, or markup percentage.
  </Step>

  <Step title="Enter your values">
    Set the amount, percentage, or target for the mode you chose.
  </Step>

  <Step title="Configure options and apply">
    Set rounding and scope, then click **Apply**.
  </Step>
</Steps>

## Update modes

| Mode                   | What it does                                                    | Formula                           |
| ---------------------- | --------------------------------------------------------------- | --------------------------------- |
| **Update cost prices** | Set, increase, or decrease cost by a fixed amount or percentage | Direct value change               |
| **Set target margin**  | Works the cost back from the selling price to hit a margin      | Cost = Price × (1 - Margin / 100) |
| **Apply markup**       | Works the cost back from the selling price using a markup       | Cost = Price / (1 + Markup / 100) |

For **Update cost prices**, you can choose:

* **Fixed:** set or adjust by a specific euro amount.
* **Percentage:** adjust by a percentage of the current cost.
* **Set Value:** overwrite with an exact cost.

## Options

| Option                                        | What it does                           | Default |
| --------------------------------------------- | -------------------------------------- | ------- |
| **Only update products with existing prices** | Skips products without a selling price | On      |
| **Round costs**                               | Rounds to the nearest €0.01            | Off     |

<Note>
  **Markup** and **margin** are not the same. A 50% markup on a €100 cost gives a €150 price. A 50% margin on a €150 price gives a €75 cost.
</Note>

## Tips

* Use **Set target margin** for consistent profitability. Set a 40% margin and costs are worked back from the selling price.
* Keep **Only update products with existing prices** on so you don't set costs on products that aren't priced yet.

## Related

<CardGroup cols={2}>
  <Card title="Change Price" icon="euro" href="/en/essentials/bulk-editing/change-price">
    Adjust selling prices by a percentage or fixed amount.
  </Card>

  <Card title="Set Special Price" icon="tag" href="/en/essentials/bulk-editing/special-price">
    Apply a sale price with an optional start and end date.
  </Card>

  <Card title="Apply Volume Discounts" icon="tags" href="/en/essentials/bulk-editing/volume-discounts">
    Add tiered pricing based on quantity.
  </Card>

  <Card title="All Bulk Edits" icon="layers" href="/en/essentials/bulk-editing">
    Browse every bulk action available in WisePIM.
  </Card>
</CardGroup>
