aboutsummaryrefslogtreecommitdiffstats
path: root/testdata/shipaddrresp.json
blob: 510831d271ea98d30abef9b6dc7d2e0e7ac67c51 (plain) (blame)
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
{
  "city": "Lübeck",
  "country_code": "DE",
  "is_business": false,
  "name": "Hans Dampf",
  "phone_number": "844-212-0689",
  "postcode": "23552",
  "state_code": "",
  "street1": "Holstenstr. 40",
  "street2": "",
  "warnings": [
    {
      "type": "validation_warning",
      "path": "external",
      "code": "REPLACED",
      "message": "street1: Holstenstr. 40 -> Holstenstraße 40"
    }
  ],
  "suggested_address": {
    "country_code": "DE",
    "state_code": null,
    "postcode": "23552",
    "city": "Lübeck",
    "street1": "Holstenstraße 40",
    "street2": null
  }
}