Postnl icon indicating copy to clipboard operation
Postnl copied to clipboard

Library to connect to PostNL's SOAP service called CIF

Results 9 Postnl issues
Sort by recently updated
recently updated
newest added

Given the fact that PostNL will be updating their API in such a way; The shipping API combines the functionalities of the following webservices: - Labelling, - Confirming, - Barcode...

In order to create a 4944 package to Croatia, i had to change the countryCodeMapping variable. ``` protected $countryCodeMapping = [ // Dutch domestic product. 'NL' => '3S', // EPS...

Update repo with Labeling SOAP V2_2 and Confirm V2

Error code 13308 seems to be undocumented by PostNL, but this means `Due to the COVID-19 pandemic we currently cannot ship to this destination` So PostNL does not ship to...

Also made the changes necessary to update to version 2.2. So we're completely up-to-date with the label service.

Using the 2.1 version of the labeling service, Delivery on Demand (Mytime) is now possible. This adds the necessary fields for that

I can see in DivideBV\Postnl\ComplexTypes\Label the method setLabeltype. I would like to assume this can be used for the CN23 form (A5) labeltype. But I cant see where it wil...

Interface Version | 2_2 -- | -- Sandbox endpoint | https://api-sandbox.postnl.nl/shipment/v2_2/calculate/date/ Sandbox WSDL | https://api-sandbox.postnl.nl/shipment/v2_2/calculate/date/ Production endpoint | https://api.postnl.nl/shipment/v2_2/calculate/date Production WSDL | https://api.postnl.nl/shipment/v2_2/calculate/date/soap.wsdl