AddressesΒΆ

Country Validation - Please check our website for updated valid countries to ship order.

Valid country codes to place an order - [NL, BE, DE, FR, LU, DK, GB, IT, AT, ES, FI, SE]

Addresses are communicated as objects, they have the following setup:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "invoiceAddress":{
    "company":"Bedrijfsnaam",
    "firstName":"Voornaam",
    "lastName":"Achternaam",
    "email":"Voornaam@gmail.com",
    "street":"Dorpsstraat",
    "housenumber":"123",
    "zipcode":"1234AB",
    "city":"Dorp",
    "country":"nl",
    "extraAddress":"optional",
    "vatId": "NL819555514B01"
  },
  "deliveryAddress":{
    "company":"Bedrijfsnaam",
    "firstName":"Voornaam",
    "lastName":"Achternaam",
    "street":"Dorpsstraat",
    "housenumber":"123",
    "housenumberAddition":"A",
    "zipcode":"1234AB",
    "city":"Dorp",
    "country":"nl",
    "extraAddress":"optional"
  }
}