Poczta Polska Integration (eNadawca)
The Poczta Polska module integrates WooCommerce with the eNadawca API. Generate shipping labels, track shipments and search for parcel machines.
Configuration
Section titled “Configuration”Go to WooCommerce > Settings > Polski PRO > Shipping.
Authentication
Section titled “Authentication”| Setting | Description |
|---|---|
| eNadawca login | Login for the eNadawca system |
| eNadawca password | Password for the eNadawca system |
| Environment | Production or Sandbox (test) |
You can obtain the access credentials by registering in the eNadawca system at poczta-polska.pl.
Available services
Section titled “Available services”| Service type | Description |
|---|---|
| POCZTEX_KURIER_48 | Pocztex courier - delivery in 48h (default) |
| PACZKA_POCZTOWA_GABARYT_A | Postal parcel size A |
Generating labels
Section titled “Generating labels”- Open an order in WooCommerce > Orders
- In the Shipment Tracking section, select the Poczta Polska carrier
- Click Generate label
- The system creates a shipment through the eNadawca SOAP API
Recipient details (name, address, city, postal code, phone, email) are retrieved automatically from the order.
Shipment tracking
Section titled “Shipment tracking”After a label is generated, the tracking number is saved in the order. Tracking link:
https://emonitoring.poczta-polska.pl/?numer={number}Parcel machines
Section titled “Parcel machines”The module lets you search for parcel machines and Poczta Polska branches by city.
Technical requirements
Section titled “Technical requirements”The module requires the PHP SOAP extension (ext-soap). Check whether it is active:
phpinfo(); // Look for the "soap" sectionMost PHP hosting providers have SOAP enabled by default.