Skip to content

Poczta Polska Integration (eNadawca)

The Poczta Polska module integrates WooCommerce with the eNadawca API. Generate shipping labels, track shipments and search for parcel machines.

Go to WooCommerce > Settings > Polski PRO > Shipping.

SettingDescription
eNadawca loginLogin for the eNadawca system
eNadawca passwordPassword for the eNadawca system
EnvironmentProduction or Sandbox (test)

You can obtain the access credentials by registering in the eNadawca system at poczta-polska.pl.

Service typeDescription
POCZTEX_KURIER_48Pocztex courier - delivery in 48h (default)
PACZKA_POCZTOWA_GABARYT_APostal parcel size A
  1. Open an order in WooCommerce > Orders
  2. In the Shipment Tracking section, select the Poczta Polska carrier
  3. Click Generate label
  4. 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.

After a label is generated, the tracking number is saved in the order. Tracking link:

https://emonitoring.poczta-polska.pl/?numer={number}

The module lets you search for parcel machines and Poczta Polska branches by city.

The module requires the PHP SOAP extension (ext-soap). Check whether it is active:

phpinfo(); // Look for the "soap" section

Most PHP hosting providers have SOAP enabled by default.