Create FBB Replenishment
create_replenishmentCreate a new Fulfilled by bol.com replenishment by providing a reference, delivery date, and product lines with EAN and quantity. The process runs asynchronously; use get_process_status to check completion.
Instructions
Create a new FBB (Fulfilled by bol.com) replenishment. Provide a reference, delivery date, and lines with EAN and quantity. Returns a process status — the replenishment is created asynchronously. Use get_process_status to check completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Your reference for this replenishment. | |
| labelingByBol | Yes | Whether bol.com should label the products. | |
| numberOfLoadCarriers | Yes | Number of load carriers (1-66). | |
| deliveryInfo | No | Delivery information (required when not using pickup appointment). | |
| pickupAppointment | No | Pickup appointment details. | |
| lines | Yes | Lines with EAN and quantity to replenish. |