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

# Tipos de operação

> Veja os tipos de operação possíveis em uma transação

<table class="border border-gray-950/10 dark:border-white/10 rounded-lg table">
  <thead>
    <tr class="text-gray-950 bg-gray-50 dark:bg-white/5 dark:text-gray-50 w-full">
      <th class="text-left p-2">operation\_type</th>
      <th class="text-left p-2">formatted</th>
      <th class="text-left p-2">description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td class="p-2">**1**</td>
      <td class="p-2">`sale`</td>
      <td class="p-2">Venda</td>
    </tr>

    <tr>
      <td class="p-2">**2**</td>
      <td class="p-2">`orderbump`</td>
      <td class="p-2">Order bump</td>
    </tr>

    <tr>
      <td class="p-2">**3**</td>
      <td class="p-2">`upsell`</td>
      <td class="p-2">Upsell</td>
    </tr>
  </tbody>
</table>
