Closed matthijs-neijenhuijs closed 6 years ago
For generating a pick-up label we need to set a address for the customer. See:
https://developer.postnl.nl/apis//pickup-postnl-location-shipment-labelling-example
It is not possible to setAddress for client.
You don't set the address on the client. You create an object of the correct type and pass it to the function. You should be able to adapt the example in the readme to return a pickup label.
For generating a pick-up label we need to set a address for the customer. See:
https://developer.postnl.nl/apis//pickup-postnl-location-shipment-labelling-example
It is not possible to setAddress for client.