Create Offer
create_offerCreate a new offer on bol.com by providing EAN, condition, pricing, stock, and fulfilment method. The process runs asynchronously; use get_process_status to verify completion.
Instructions
Create a new offer on bol.com. Requires EAN, condition, pricing (at least one bundle price with quantity 1), stock, and fulfilment method. Returns a process status — the offer is created asynchronously. Use get_process_status to check completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ean | Yes | EAN (European Article Number) barcode of the product. | |
| condition | Yes | Product condition. | |
| reference | No | Your internal reference for this offer (max 100 chars). | |
| onHoldByRetailer | No | Put the offer on hold (not visible on bol.com). | |
| unknownProductTitle | No | Title for products not yet known by bol.com. | |
| economicOperatorId | No | Identifier referring to the Economic Operator entity for EU compliance. | |
| pricing | Yes | Pricing with bundle prices. | |
| stock | Yes | Stock information. | |
| fulfilment | Yes | Fulfilment method and delivery code. |