# How to configure FBB (LVB) and FBR for bol

When you sell on bol and receive an order, there are two fulfillment options:

* **FBR (Fulfillment by Retailer):** With this option the retailer (you) ships the order to the customer.
* **FBB (Fulfillment by bol)/LVB (Logistiek via bol):** You store stock at bol's warehouse. Whenever a product is ordered, bol handles the delivery and returns.

If you use both fulfillment types, you can indicate this with a dynamic field.&#x20;

In this article, you'll learn how to set your fulfillment type for your bol channel.

***

#### <i class="fa-list-check">:list-check:</i> Before you start

**You'll need**

* A bol channel

**Good to know**

**Using Fulfillment by bol (FBB) and Fulfillment by Retailer (FBR) together:**

* If you use both FBB and FBR, we recommend using two separate connections.&#x20;
  * Without a dedicated connection for FBB, Channable can't retrieve and send your orders to your webshop or ERP system.&#x20;
  * By default, the order connection only retrieves FBR orders.

### How to set the bol fulfillment type for your items

<details>

<summary><strong>All my items use the same fulfillment type</strong></summary>

If your items are all fulfilled with the same type, you can use the static value `FBB` or `FBR` to apply it to all your items.

1. Go to the **Build** step of **\[your bol channel]**.
2. At **Fulfillment**, select **Static values > \[fulfillment type]**.
3. Click **Save**.

</details>

<details>

<summary><strong>My items use different fulfillment types</strong></summary>

If your items use different fulfillment types, you can map a dynamic field which contains the different fulfillment type for each of your bol items.&#x20;

{% hint style="info" %}
Note: This field must contain the value `FBB` or `FBR`.
{% endhint %}

1. Go to the **Build** step of **\[your bol channel]**.
2. At **Fulfillment**, select the field containing your fulfillment information.
3. Click **Save**.

</details>

#### **How to create a dynamic fulfillment type field**&#x20;

If your items have different fulfillment types, you need to map a field containing that information for the **Fulfillment** attribute in the Build step.

Follow these steps to create a fulfillment type project field:

1. In **the Rules step**, click <i class="fa-file-circle-plus">:file-circle-plus:</i> to create a new project field.
2. Give your new field a name (e.g. `levering_bol`).
3. Click **Create**.
4. Create a new rule to fill that field with FBR/FBB information.

{% hint style="info" %}
**Example 1: Create a rule using IDs**

* **If:**  `id` `contains any of` \[item id numbers]
* **Then:** take `levering_bol` and `set to value` `FBR`
* **Else:** take `levering_bol` and `set to value` `FBB`.
  {% endhint %}

<figure><img src="/files/7MlNmjj2Vn7nNRscKJIu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Example 2: Fill using existing field**

* **If:** `FBB` contains `yes`&#x20;
* **Then:** take `levering_bol` and `set to value` `FBB`
* **Else:** take `levering_bol` and `set to value` `FBR`
  {% endhint %}

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


---

# Agent Instructions: 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/bol/list-items-on-bol/how-to-configure-fbb-lvb-and-fbr-for-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.
