pe
ПЭК (Первая Экспедиционная Компания) is one of Russia's largest freight and cargo delivery companies with a nationwide network. Its REST API provides delivery cost calculation and freight tracking.
With the ПЭК integration in AACFlow, you can:
- Calculate Delivery: Estimate freight delivery costs between Russian cities
- Track Freight: Monitor the current status of a freight shipment
This integration enables logistics cost calculation and cargo monitoring workflows for businesses using ПЭК's extensive Russian delivery network.
Usage Instructions
Integrate ПЭК into the workflow for freight logistics operations. Requires a ПЭК API key from your ПЭК business account at pecom.ru.
Tools
pek_calculate
Calculate delivery cost
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | ПЭК API 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 |
pek_track
Track freight
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | ПЭК API key |
trackingNumber | string | Yes | ПЭК freight tracking number |
Output
| Parameter | Type | Description |
|---|---|---|
status | string | Current freight status |
events | array | Tracking event history |
location | string | Current freight location |
Links
- Official API: https://pecom.ru/api/
- AACFlow block source: apps/aacflow/blocks/blocks/pek.ts

