aboutsummaryrefslogtreecommitdiffstats
path: root/testdata/shipaddrresp.json
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/shipaddrresp.json')
-rw-r--r--testdata/shipaddrresp.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/testdata/shipaddrresp.json b/testdata/shipaddrresp.json
new file mode 100644
index 0000000..510831d
--- /dev/null
+++ b/testdata/shipaddrresp.json
@@ -0,0 +1,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
+ }
+}