List Orders
list_ordersFetch bol.com orders filtered by fulfilment method (FBR, FBB, ALL) and status (OPEN, SHIPPED, ALL). Returns items, shipping details, and status.
Instructions
List recent orders from bol.com. Returns orders with their items, shipping details, and status. Use the fulfilmentMethod filter to show only FBR (fulfilled by retailer), FBB (fulfilled by bol.com), or ALL orders. Use the status filter to show OPEN (awaiting shipment/cancellation), SHIPPED, or ALL orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). | |
| fulfilmentMethod | No | Filter by fulfilment method: FBR (fulfilled by retailer), FBB (fulfilled by bol.com), or ALL. | |
| status | No | Filter by order status: OPEN (needs handling), SHIPPED (shipped), or ALL. | |
| changeIntervalMinute | No | Filter order items by most recent change within this number of minutes. | |
| latestChangeDate | No | Filter on the date of latest change to an order item (up to 3 months history). | |
| vvbOnly | No | Filter to include only VVB orders. |