po
Russian Post (Pochta Rossii) is the national postal operator of Russia, providing comprehensive delivery services including parcels, letters, EMS, and e-commerce logistics across the entire country. The Russian Post API enables businesses to create shipments, track items, calculate postage, and manage delivery operations.
With the Russian Post integration in AACFlow, you can:
- Create shipments: Generate domestic and international postal shipments with address validation
- Track items: Monitor shipment status with detailed tracking information
- Calculate postage: Estimate delivery costs based on weight, dimensions, and destination
- Manage addresses: Validate and normalize postal addresses for accurate delivery
- Generate labels: Create shipment labels and accompanying forms
- Handle returns: Process return shipments and manage reverse logistics
This integration streamlines postal logistics for Russian e-commerce and business operations, from creation to final delivery.
Usage Instructions
Integrate Russian Post into the workflow. Can create shipments, track items, and calculate postage. Requires Russian Post API credentials.
Tools
pochta_create_shipment
Create a new postal shipment
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
recipientIndex | string | Yes | Recipient postal code |
recipientAddress | string | Yes | Full recipient address |
recipientName | string | Yes | Recipient full name |
weight | number | Yes | Weight in grams |
mailType | string | Yes | Mail type (POSTAL_PARCEL, EMS, etc.) |
mailCategory | string | Yes | Mail category (ORDINARY, DECLARED, etc.) |
login | string | Yes | Russian Post API login |
password | string | Yes | Russian Post API password |
Output
| Parameter | Type | Description |
|---|---|---|
trackingNumber | string | Shipment tracking number |
postalOrderId | string | Internal postal order ID |
pochta_track
Track a postal shipment
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
trackingNumber | string | Yes | Shipment tracking number |
login | string | Yes | Russian Post API login |
password | string | Yes | Russian Post API password |
Output
| Parameter | Type | Description |
|---|---|---|
status | string | Current shipment status |
events | array | Array of tracking events with timestamps |
lastUpdate | string | Last status update time |
pochta_calculate
Calculate postage cost
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
fromIndex | string | Yes | Sender postal code |
toIndex | string | Yes | Recipient postal code |
weight | number | Yes | Weight in grams |
mailType | string | Yes | Mail type |
login | string | Yes | Russian Post API login |
password | string | Yes | Russian Post API password |
Output
| Parameter | Type | Description |
|---|---|---|
totalRate | number | Total postage cost |
vat | number | VAT amount |
deliveryTime | object | Estimated delivery time range |

