You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapi.yaml
+18-19Lines changed: 18 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -17957,6 +17957,8 @@ paths:
17957
17957
billingAddress:
17958
17958
type: object
17959
17959
additionalProperties: false
17960
+
required:
17961
+
- countryCode
17960
17962
properties:
17961
17963
company:
17962
17964
type:
@@ -18026,7 +18028,7 @@ paths:
18026
18028
countryCode:
18027
18029
type: string
18028
18030
minLength: 1
18029
-
description: '(string, optional) - country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
18031
+
description: "Customer's country code"
18030
18032
examples:
18031
18033
- CZ
18032
18034
regionName:
@@ -18147,7 +18149,7 @@ paths:
18147
18149
countryCode:
18148
18150
type: string
18149
18151
minLength: 1
18150
-
description: 'country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
18152
+
description: "Customer's country code"
18151
18153
examples:
18152
18154
- CZ
18153
18155
regionName:
@@ -29977,9 +29979,9 @@ paths:
29977
29979
data:
29978
29980
type: object
29979
29981
additionalProperties: false
29982
+
minProperties: 1
29980
29983
required:
29981
29984
- countryCode
29982
-
minProperties: 1
29983
29985
properties:
29984
29986
fullName:
29985
29987
type:
@@ -30056,7 +30058,9 @@ paths:
30056
30058
countryCode:
30057
30059
type: string
30058
30060
minLength: 1
30059
-
description: 'country (can be `null`)'
30061
+
description: "customer's country code"
30062
+
examples:
30063
+
- CZ
30060
30064
regionName:
30061
30065
type:
30062
30066
- string
@@ -30260,7 +30264,7 @@ paths:
30260
30264
countryCode:
30261
30265
type: string
30262
30266
minLength: 1
30263
-
description: 'country (can be `null`)'
30267
+
description: "customer's country code"
30264
30268
examples:
30265
30269
- CZ
30266
30270
regionName:
@@ -44403,9 +44407,7 @@ components:
44403
44407
examples:
44404
44408
- '120 00'
44405
44409
countryCode:
44406
-
type:
44407
-
- string
44408
-
- 'null'
44410
+
type: string
44409
44411
description: 'tree-character ISO country code (ISO 4217)'
44410
44412
examples:
44411
44413
- CZ
@@ -44499,9 +44501,7 @@ components:
44499
44501
examples:
44500
44502
- '120 00'
44501
44503
countryCode:
44502
-
type:
44503
-
- string
44504
-
- 'null'
44504
+
type: string
44505
44505
description: 'tree-character ISO country code (ISO 4217)'
44506
44506
examples:
44507
44507
- CZ
@@ -44629,7 +44629,7 @@ components:
44629
44629
countryCode:
44630
44630
type: string
44631
44631
minLength: 1
44632
-
description: 'country (can be `null`)'
44632
+
description: "customer's country code"
44633
44633
examples:
44634
44634
- CZ
44635
44635
regionName:
@@ -44747,10 +44747,8 @@ components:
44747
44747
examples:
44748
44748
- '25088'
44749
44749
countryCode:
44750
-
type:
44751
-
- string
44752
-
- 'null'
44753
-
description: 'country (can be `null`)'
44750
+
type: string
44751
+
description: "customer's country code"
44754
44752
examples:
44755
44753
- CZ
44756
44754
regionName:
@@ -51208,6 +51206,8 @@ components:
51208
51206
type: object
51209
51207
additionalProperties: false
51210
51208
description: 'invoicing address'
51209
+
required:
51210
+
- countryCode
51211
51211
properties:
51212
51212
company:
51213
51213
type:
@@ -51285,7 +51285,7 @@ components:
51285
51285
countryCode:
51286
51286
type: string
51287
51287
minLength: 1
51288
-
description: '(string, optional) - country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
51288
+
description: "Customer's country code"
51289
51289
examples:
51290
51290
- CZ
51291
51291
regionName:
@@ -51422,8 +51422,7 @@ components:
51422
51422
countryCode:
51423
51423
type:
51424
51424
- string
51425
-
- 'null'
51426
-
description: 'country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
0 commit comments