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.
In this article, you'll learn how to set your fulfillment type for your bol channel.
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.
Without a dedicated connection for FBB, Channable can't retrieve and send your orders to your webshop or ERP system.
By default, the order connection only retrieves FBR orders.
How to set the bol fulfillment type for your items
All my items use the same fulfillment type
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.
Go to the Build step of [your bol channel].
At Fulfillment, select Static values > [fulfillment type].
Click Save.
My items use different fulfillment types
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.
Note: This field must contain the value FBB or FBR.
Go to the Build step of [your bol channel].
At Fulfillment, select the field containing your fulfillment information.
Click Save.
How to create a dynamic fulfillment type field
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:
In the Rules step, click to create a new project field.
Give your new field a name (e.g.
levering_bol).Click Create.
Create a new rule to fill that field with FBR/FBB information.
Example 1: Create a rule using IDs
If:
idcontains any of[item id numbers]Then: take
levering_bolandset to valueFBRElse: take
levering_bolandset to valueFBB.

Example 2: Fill using existing field
If:
FBBcontainsyesThen: take
levering_bolandset to valueFBBElse: take
levering_bolandset to valueFBR

Last updated
Was this helpful?