# How do I set my delivery code for bol?

There are multiple ways to configure your delivery code (leverbelofte) for bol. First, navigate to the **Build** step of your Bol channel in Channable and there you will see this overview:

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

In the field 'delivery code' you need to indicate your delivery time in the format Bol accepts. There are three ways to fill this field: using [static values](#static-values), using [dynamic fields](#dynamic-fields), and with ['MijnLeverbelofte'](#mijnleverbelofte).

{% hint style="info" %}
Tip — Notice the question mark behind every field. If you hover over the question mark you will see the description of the field and suggestions for possible values.
{% endhint %}

### Static values

When you have a standard delivery period for all of the products in your API, you can choose one of the static fields with a value that is accepted by Bol. You can see the different options under static values.

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

When you don't see these options, click on the ‘back’ arrow and go to static values. Now you should be able to select the delivery codes as they appear in the GIF.

### Dynamic fields

If the delivery code is different for some of your products, you can use a dynamic field to configure this. You can do this by creating a new field in the import mapping and filling this field with a rule in the Bol API. It is also possible that you already have a field with the delivery codes in your import. In that case, you can simply link this project field, but make sure the values match the format accepted by Bol.

An example rule can be:

<figure><img src="/files/1e7d2f4e78ae60abae6051856bcbb0b428351f92" alt=""><figcaption></figcaption></figure>

In addition to this, you can also set up different delivery codes using a [date rule](https://channable-test.gitbook.io/channable-test-docs/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-conditions-if-in-rules/rule-conditions-dates). For example, if the delivery time is longer during the weekend, it is possible to dynamically adjust this information in Bol thanks to a rule like the image below shows:

<figure><img src="/files/4f76ceca03b1cbe812cce7e175fda2e2c914c705" alt=""><figcaption></figcaption></figure>

Next, you connect this field in the *build* step of the Bol API. If there first was a static value here, click on the ‘back’ arrow and go to project fields. Now you should be able to select the field.

<figure><img src="/files/23d25f23f831336ac9f17da0b2fabfa286d0b934" alt=""><figcaption></figcaption></figure>

An overview of all possible delivery codes can be found on [this](https://developers.bol.com/appendix-c-delivery-codes/) page.

### MijnLeverbelofte

When you have set up specific delivery settings in your Bol seller account and you would like to use them, you can choose 'MijnLeverbelofte'. Depending on the time/day the order is placed Bol will assign the correct delivery code from the delivery settings you set up in your seller account. This option provides more flexibility when your delivery times are different for each day of the week and not a standard delivery code. It also allows you to specify next-day delivery for weekend days as well. This is not possible when you use the Bol supplied standard times such as 24uurs-18 for example. Note that 'MijnLeverbelofte' is case-sensitive and you can find this option under static values.

<figure><img src="/files/a59217da7441a03b5ab01ccf7870380cf6c03934" 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-do-i-set-my-delivery-code-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.
