OneDelivery
OneDelivery is a delivery service provider operating in Czech Republic and Slovakia.
Overview
| Feature | Supported |
|---|---|
| Countries | Czech Republic (CZ), Slovakia (SK) |
| Multi-parcel shipments | Yes |
| Cash on Delivery (COD) | Yes |
| Insurance | Yes |
| Label formats | PDF A4, PDF A6, ZPL |
| Tracking | Yes |
Configuration
Required Settings
| Setting | Type | Description |
|---|---|---|
username | string | Your OneDelivery API username |
password | string | Your OneDelivery API password |
Optional Settings
| Setting | Type | Default | Description |
|---|---|---|---|
sandboxMode | boolean | false | Use sandbox environment for testing |
apiUrl | string | null | Custom API URL (uses default if not set) |
defaultLabelFormat | string | "PDF_A4" | Label format: PDF_A4, PDF_A6, or ZPL |
defaultService | string | "STANDARD" | Service type: STANDARD or PRIORITY |
deliveryToDoor | boolean | false | Enable delivery to door by default |
documentsReturn | boolean | false | Enable document return by default |
directShipment | boolean | false | Enable direct shipment by default |
returnShipment | boolean | false | Enable return shipment by default |
exchangeShipment | boolean | false | Enable exchange shipment by default |
identityVerification | boolean | false | Enable identity verification by default |
Service Types
| Service | Description |
|---|---|
STANDARD | Standard delivery service |
PRIORITY | Priority/express delivery service |
Additional Services
| Service | Description |
|---|---|
| Delivery to Door | Deliver package directly to recipient's door |
| Documents Return | Return signed documents to sender |
| Direct Shipment | Direct shipment without consolidation |
| Return Shipment | Create return shipment label |
| Exchange Shipment | Exchange service for e-commerce returns |
| Identity Verification | Verify recipient's identity on delivery |
Cash on Delivery (COD)
| Field | Required | Description |
|---|---|---|
cash_on_delivery_amount | Yes | The amount to collect |
cash_on_delivery_currency | Yes | Currency (CZK or EUR) |
Label Formats
| Format | Description |
|---|---|
PDF_A4 | PDF format on A4 paper |
PDF_A6 | PDF format on A6 paper (shipping label size) |
ZPL | Zebra Programming Language for thermal printers |
API Endpoint
| Environment | URL |
|---|---|
| Production | https://api.onedelivery.tech |