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

# COGS — Cost of Goods Sold

> Track your purchase costs to calculate your real margins

export const VinkitCTA = () => <div style={{
  display: 'flex',
  gap: '12px',
  marginTop: '16px',
  marginBottom: '16px'
}}>
    <a href="https://vinkit.co/login" style={{
  display: 'inline-flex',
  alignItems: 'center',
  gap: '8px',
  padding: '10px 20px',
  backgroundColor: '#16A34A',
  color: 'white',
  borderRadius: '8px',
  textDecoration: 'none',
  fontWeight: '600',
  fontSize: '14px'
}}>
      Ouvrir Vinkit
    </a>
    <a href="https://chromewebstore.google.com/detail/vinkit-crm-bot-vinted/oeglnknhkgjamieipddbjahfpecinelm" style={{
  display: 'inline-flex',
  alignItems: 'center',
  gap: '8px',
  padding: '10px 20px',
  backgroundColor: 'transparent',
  color: '#16A34A',
  borderRadius: '8px',
  textDecoration: 'none',
  fontWeight: '600',
  fontSize: '14px',
  border: '2px solid #16A34A'
}}>
      Installer l'extension Chrome
    </a>
  </div>;

<VinkitCTA />

## What is COGS?

**COGS** (Cost of Goods Sold) represents the **purchase price** of your articles. By entering the COGS for each article, Vinkit automatically calculates your real **profit margin**.

<Info>
  **Margin = Selling price - Platform fees - COGS**

  Without COGS entered, Vinkit cannot calculate your real profitability.
</Info>

## Add COGS to an item

<Steps>
  <Step title="Open the article details">
    From the **Articles** section of the dashboard, click on the article to open its detail page.
  </Step>

  <Step title="Enter the purchase cost">
    In the **COGS / Purchase cost** field:

    1. Enter the price at which you purchased the article (in euros).
    2. Click **Save**.

    The margin calculation updates immediately.
  </Step>
</Steps>

## Bulk COGS entry

To enter the COGS for multiple articles at once:

1. Go to **Articles** and switch to the **table view**.
2. The **COGS** column is directly editable: click on the cell and enter the amount.
3. Move from one cell to the next with the **Tab** key.
4. Changes are saved automatically.

<Tip>You can also **import your COGS** via a CSV file. Go to **Settings > Import** and use the provided file template.</Tip>

## Understanding calculated margins

Once the COGS is entered, Vinkit displays for each sold article:

| Data               | Description                                         |
| ------------------ | --------------------------------------------------- |
| **Selling price**  | The amount paid by the buyer                        |
| **Platform fees**  | The commission charged by the selling platform      |
| **Shipping costs** | Delivery costs (if at your expense)                 |
| **COGS**           | Your purchase cost                                  |
| **Net margin**     | What remains after all deductions                   |
| **Margin %**       | The net margin as a percentage of the selling price |

## View your global margins

In the **Finances** section, the summary table automatically includes COGS to display:

* **Total margin** over a given period
* **Average margin** per article
* **Most profitable articles** and **least profitable articles**

See the [Finances](/en/guides/finances) guide for more details.

{/* <Frame caption="Vue des marges dans le tableau de bord"> */}

{/* </Frame> */}

## Best practices

* **Enter the COGS at the time of purchase** — don't put it off, you risk forgetting the exact price.
* **Include all costs** — if you paid shipping to receive the article, add it to the COGS.
* **Use CSV import** for large inventories — it is much faster than manual entry.
