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.
Nutzungsanleitung
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
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
appKey | string | Ja | Деловые Линии app key |
fromCity | string | Ja | Origin city |
toCity | string | Ja | Destination city |
weight | number | Ja | Cargo weight in kg |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
price | number | Estimated delivery cost |
currency | string | Price currency |
period | string | Estimated delivery period |
dellin_track
Track freight
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
appKey | string | Ja | Деловые Линии app key |
trackingNumber | string | Ja | Деловые Линии waybill number |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
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

