Location where the order will get collected or delivered
Field | Type | Description |
---|---|---|
street | String | A String value |
nr | String | A String value |
zipcode | String | A String value |
city | String | A String value |
country | Country | 2 letter ISO representation of a country (string) |
{
"street": "Vermeerschdreef",
"nr": "40",
"zipcode": "2970",
"city": "Ronse",
"country": "BE"
}