> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/list-advertise/list-and-advertise-es/bol/enumera-articoli-en-bol/como-configurar-fbb-lvb-y-fbr-para-bol.md).

# Cómo configurar FBB (LVB) e FBR para bol

Cuando vendes en bol y recibes un pedido, hay dos opciones de cumplimiento:

* **FBR (Fulfillment by Retailer):** Con esta opción el minorista (tú) envía el pedido al cliente.
* **FBB (Fulfillment by bol)/LVB (Logistiek via bol):** Almacenas stock en el almacén de bol. Siempre que se pide un producto, bol se encarga de la entrega y las devoluciones.

Si usas ambos tipos de cumplimiento, puedes indicarlo con un campo dinámico.&#x20;

En este artículo aprenderás cómo establecer tu tipo de cumplimiento para tu canal de bol.

***

#### <i class="fa-list-check">:list-check:</i> Antes de empezar

**Necesitarás**

* Un canal de bol

**Es bueno saber**

**Usar Fulfillment by bol (FBB) y Fulfillment by Retailer (FBR) conjuntamente:**

* Si usas tanto FBB como FBR, recomendamos usar dos conexiones separadas.&#x20;
  * Sin una conexión dedicada para FBB, Channable no puede recuperar ni enviar tus pedidos a tu webshop o sistema ERP.&#x20;
  * Por defecto, la conexión de pedidos solo recupera pedidos FBR.

### Cómo establecer el tipo de cumplimiento de bol para tus ítems

<details>

<summary><strong>Todos mis ítems usan el mismo tipo de cumplimiento</strong></summary>

Si tus ítems se cumplen todos con el mismo tipo, puedes usar el valor estático `FBB` o `FBR` para aplicarlo a todos tus ítems.

1. Ve al **El paso de** paso de **\[tu canal de bol]**.
2. En **Cumplimiento**, selecciona **Valores estáticos > \[tipo de cumplimiento]**.
3. Haz clic en **Guardar**.

</details>

<details>

<summary><strong>Mis ítems usan diferentes tipos de cumplimiento</strong></summary>

Si tus ítems usan distintos tipos de cumplimiento, puedes mapear un campo dinámico que contenga el tipo de cumplimiento correspondiente para cada uno de tus ítems de bol.&#x20;

{% hint style="info" %}
Nota: Este campo debe contener el valor `FBB` o `FBR`.
{% endhint %}

1. Ve al **El paso de** paso de **\[tu canal de bol]**.
2. En **Cumplimiento**, selecciona el campo que contenga tu información de cumplimiento.
3. Haz clic en **Guardar**.

</details>

#### **Cómo crear un campo dinámico de tipo de cumplimiento**&#x20;

Si tus ítems tienen distintos tipos de cumplimiento, necesitas mapear un campo que contenga esa información para el **Cumplimiento** atributo en el paso Crear.

Sigue estos pasos para crear un campo de proyecto para el tipo de cumplimiento:

1. En **el paso Reglas**, haz clic <i class="fa-file-circle-plus">:file-circle-plus:</i> para crear un nuevo campo de proyecto.
2. Dale un nombre a tu nuevo campo (p. ej. `levering_bol`).
3. Haz clic en **Crear**.
4. Crea una nueva regla para rellenar ese campo con la información FBR/FBB.

{% hint style="info" %}
**Ejemplo 1: Crea una regla usando IDs**

* **Si:**  `id` `contiene cualquiera de` \[números de ID de ítem]
* **Entonces:** toma `levering_bol` y `establecer al valor` `FBR`
* **Si no:** toma `levering_bol` y `establecer al valor` `FBB`.
  {% endhint %}

<figure><img src="/files/a15fb42d7dc8f12d4f17258efccc994587058915" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Ejemplo 2: Rellenar usando un campo existente**

* **Si:** `FBB` contiene `sí`&#x20;
* **Entonces:** toma `levering_bol` y `establecer al valor` `FBB`
* **Si no:** toma `levering_bol` y `establecer al valor` `FBR`
  {% endhint %}

<figure><img src="/files/912ef56ae60e91b5018ed218cb38ceb9aa27f1cf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://helpcenter.channable.com/list-advertise/list-and-advertise-es/bol/enumera-articoli-en-bol/como-configurar-fbb-lvb-y-fbr-para-bol.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.
