de
Деловые Линии is a major Russian cargo transportation company providing door-to-door freight delivery across Russia and CIS countries. Its REST API supports delivery cost calculation and shipment tracking.
With the Деловые Линии integration in AACFlow, you can:
- Calculate Delivery: Estimate cargo delivery costs between cities
- Track Freight: Monitor current shipment status by waybill number
This integration enables freight cost estimation and cargo tracking in logistics and e-commerce fulfillment workflows.
Usage Instructions
Integrate Деловые Линии into the workflow for cargo delivery operations. Requires a Деловые Линии app key from your business account at dev.dellin.ru.
Tools
dellin_calculate
Calculate delivery cost
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
appKey | string | Yes | Деловые Линии app key |
fromCity | string | Yes | Origin city |
toCity | string | Yes | Destination city |
weight | number | Yes | Cargo weight in kg |
Output
| Parameter | Type | Description |
|---|---|---|
price | number | Estimated delivery cost |
currency | string | Price currency |
period | string | Estimated delivery period |
dellin_track
Track freight
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
appKey | string | Yes | Деловые Линии app key |
trackingNumber | string | Yes | Деловые Линии waybill number |
Output
| Parameter | Type | Description |
|---|---|---|
status | string | Current freight status |
events | array | Tracking event history |
location | string | Current freight location |
Links
- Official API: https://dev.dellin.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/dellin.ts

