# 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="https://3067532480-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FF8GepmoSonQRG6RnHOxJ%2Fuploads%2FRPFEnXSiNEFTtRyUL1NR%2FEN%20-%20FBR%26FBB.png?alt=media&#x26;token=a0ae7a69-2953-4f9c-ac48-3cb83f4f5b20" 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="https://3067532480-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FF8GepmoSonQRG6RnHOxJ%2Fuploads%2FpJ8RIqkZSMKlVx49EepJ%2FEN%20-%20FBB%26FBR2.png?alt=media&#x26;token=2279783f-561c-4c63-8c47-7f3b66e09d4b" alt=""><figcaption></figcaption></figure>
