How to configure FBB (LVB) and FBR for bol
PreviousImporting your existing bol product data into ChannableNextVerzenden via bol (VvB) in Channable
Last updated
Was this helpful?
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.
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.
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.
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.
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: 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.

Example 2: Fill using existing field
If: FBB contains yes
Then: take levering_bol and set to value FBB
Else: take levering_bol and set to value FBR

Last updated
Was this helpful?
Was this helpful?