Dutch Address Lookup

Dutch Address Lookup

Dutch address lookup based on postal code and house number

npm install @pinelab/vendure-plugin-dutch-postalcode
Latest version1.3.0
Compatibility>=2.2.0
Last publishedDec 20, 2024
Pinelab
PinelabWebshops for mission-driven brands and wholesalers

Official documentation here

Find Dutch addresses by postalcode and housenumber using https://postcode.tech's api. You need to register to obtain an API key, but registering is free of charge.

Getting started

  1. Register at https://postcode.tech/ to get an API key
  2. Add the following code to your plugins in vendure-config.ts
  1. Start your Vendure server
  2. You can now lookup address details based on a postalcode and housenumber via the shop-api

The api has permission Public set, which requires you to be authorized as guest or logged in customer. If you have an activeOrder, you're usually authorized.