Intersolve API Test
Test your Intersolve API connection and endpoints
Workflow
Full Order Tracking (Current Setup - Buyer + Fulfillment API):
- Maak bestelling aan in Intersolve met ontvangen klantgegevens (Buyer API)
- Bestelling verschijnt in fulfillment wachtrij
- Haal bestelling op uit wachtrij (Fulfillment API - verwijdert uit wachtrij!)
- Verwerk Bol.com bestelling - scan fysieke cadeaukaart barcode
- Update Intersolve bestelling met gescande barcode (UpdateOrderLine)
- Voltooi Intersolve bestelling (OrderlineCompleted)
- Verzend naar klant & voltooi Bol bestelling
Type: SOAP
Endpoint:
https://trade-acc.intersolve.nl/ws/FulfillmentAPI_V2
Tests basic Fulfillment API connectivity
Type: REST (Buyer API)
Endpoint:
GET https://trade-acc.intersolve.nl/rest/buyerapi/v1/products/{productCode}
Tests if product is available and configured for your account
WebShop API: Get ALL Available Products
🧩 For future product mapping: Bol.com SKU → Intersolve Product
Type: REST (Buyer API)
Endpoint:
POST https://trade-acc.intersolve.nl/rest/buyerapi/v1/orders
Order Details
Shipping Information
Type: SOAP
Endpoint:
https://trade-acc.intersolve.nl/ws/FulfillmentAPI_V2
Operation: GetNewOrder
Fetches orders with "Post - Tresis" delivery
Type: SOAP (Fulfillment API)
Operation: OrderlineUpdate
Na scannen fysieke kaart: update order met barcode gegevens
Type: SOAP (Fulfillment API)
Operation: OrderlineCompleted
Voltooien na update met barcode - order kan verzonden worden
Type: SOAP (WebShop API V2)
📝 Klantgegevens (van Bol.com order)
🎁 Product Details
💳 Gescande Barcodes
Test Results
Click a test button to see results here
Current Configuration
Buyer API (REST - Order Creation)
| Endpoint: | https://trade-acc.intersolve.nl/rest/buyerapi/v1 |
|---|---|
| Username: | ACC_BuyTresisTest |
| Password: | ***********6789! |
| Used For: | Creating orders, retrieving products |
| Status: | ✓ Configured & Tested |
Fulfillment API (SOAP - Order Processing)
| Endpoint: | https://trade-acc.intersolve.nl/ws/FulfillmentAPI_V2 |
|---|---|
| Username: | WSACC_FF_Tresis |
| Password: | ***********c!B8k |
| Used For: | Fetching orders, acknowledging, updating with card numbers |
| Status: | ✓ Configured & Tested |
