> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/list-advertise/list-and-advertise-nl/bol/lijst-items-op-bol/hoe-stel-ik-mijn-levertijd-code-in-voor-bol.md).

# Hoe stel ik mijn Levertijd code in voor bol?

Er zijn meerdere manieren om je delivery code (leverbelofte) voor bol in te stellen. Ga eerst naar de **Bouwen** stap van je Bol-kanaal in Channable en daar zie je dit overzicht:

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

In het veld 'delivery code' moet je je levertijd aangeven in het formaat dat Bol accepteert. Er zijn drie manieren om dit veld in te vullen: met [statische waarden](#static-values), met [dynamische velden](#dynamic-fields), en met ['MijnLeverbelofte'](#mijnleverbelofte).

{% hint style="info" %}
Tip — Let op het vraagteken achter elk veld. Als je met je muis over het vraagteken gaat, zie je de beschrijving van het veld en suggesties voor mogelijke waarden.
{% endhint %}

### Statische waarden

Als je een standaard levertijd hebt voor alle producten in je API, kun je één van de statische velden kiezen met een waarde die door Bol wordt geaccepteerd. De verschillende opties zie je onder statische waarden.

<figure><img src="/files/5b783c393fb67cd7faa3f44e51f816758008c38a" alt=""><figcaption></figcaption></figure>

Als je deze opties niet ziet, klik dan op de ‘terug’ pijl en ga naar statische waarden. Nu zou je de delivery codes moeten kunnen selecteren zoals in de GIF.

### Dynamische velden

Als de delivery code voor sommige producten anders is, kun je een dynamisch veld gebruiken om dit in te stellen. Dat doe je door een nieuw veld aan te maken in de importmapping en dit veld te vullen met een regel in de Bol API. Het kan ook zijn dat je al een veld met delivery codes in je import hebt. In dat geval kun je dit projectveld koppelen, maar zorg dat de waarden overeenkomen met het door Bol geaccepteerde formaat.

Een voorbeeldregel kan zijn:

<figure><img src="/files/7647fba198364ca255674972efe210368a1b35b1" alt=""><figcaption></figcaption></figure>

Daarnaast kun je ook verschillende delivery codes instellen met een [datumregel](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). Bijvoorbeeld: als de levertijd in het weekend langer is, kun je deze informatie dynamisch aanpassen in Bol met een regel zoals in de afbeelding hieronder:

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

Vervolgens koppel je dit veld in de *build* stap van de Bol API. Als er eerst een statische waarde stond, klik dan op de ‘terug’ pijl en ga naar projectvelden. Nu zou je het veld moeten kunnen selecteren.

<figure><img src="/files/25cdf45c631a4c376521580d725fc8cdd54b6157" alt=""><figcaption></figcaption></figure>

Een overzicht van alle mogelijke delivery codes vind je op [dit](https://developers.bol.com/appendix-c-delivery-codes/) pagina.

### MijnLeverbelofte

Als je in je Bol verkopersaccount specifieke leverinstellingen hebt ingesteld en je wilt deze gebruiken, kun je kiezen voor 'MijnLeverbelofte'. Afhankelijk van het tijdstip/de dag waarop de bestelling wordt geplaatst, wijst Bol de juiste delivery code toe uit de leverinstellingen in je verkopersaccount. Deze optie is flexibeler wanneer je levertijden per dag van de week verschillen en niet één standaardcode zijn. Je kunt er ook next-day levering voor weekenddagen mee specificeren. Dat is niet mogelijk als je de door Bol aangeleverde standaardtijden gebruikt, zoals bijvoorbeeld 24uurs-18. Let op: 'MijnLeverbelofte' is case-sensitive en je vindt deze optie onder statische waarden.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/list-advertise/list-and-advertise-nl/bol/lijst-items-op-bol/hoe-stel-ik-mijn-levertijd-code-in-voor-bol.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
