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
+19-18Lines changed: 19 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -17957,8 +17957,6 @@ paths:
17957
17957
billingAddress:
17958
17958
type: object
17959
17959
additionalProperties: false
17960
-
required:
17961
-
- countryCode
17962
17960
properties:
17963
17961
company:
17964
17962
type:
@@ -18028,7 +18026,7 @@ paths:
18028
18026
countryCode:
18029
18027
type: string
18030
18028
minLength: 1
18031
-
description: "Customer's country code"
18029
+
description: '(string, optional) - country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
18032
18030
examples:
18033
18031
- CZ
18034
18032
regionName:
@@ -18149,7 +18147,7 @@ paths:
18149
18147
countryCode:
18150
18148
type: string
18151
18149
minLength: 1
18152
-
description: "Customer's country code"
18150
+
description: 'country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
18153
18151
examples:
18154
18152
- CZ
18155
18153
regionName:
@@ -29979,9 +29977,9 @@ paths:
29979
29977
data:
29980
29978
type: object
29981
29979
additionalProperties: false
29982
-
minProperties: 1
29983
29980
required:
29984
29981
- countryCode
29982
+
minProperties: 1
29985
29983
properties:
29986
29984
fullName:
29987
29985
type:
@@ -30058,9 +30056,7 @@ paths:
30058
30056
countryCode:
30059
30057
type: string
30060
30058
minLength: 1
30061
-
description: "customer's country code"
30062
-
examples:
30063
-
- CZ
30059
+
description: 'country (can be `null`)'
30064
30060
regionName:
30065
30061
type:
30066
30062
- string
@@ -30264,7 +30260,7 @@ paths:
30264
30260
countryCode:
30265
30261
type: string
30266
30262
minLength: 1
30267
-
description: "customer's country code"
30263
+
description: 'country (can be `null`)'
30268
30264
examples:
30269
30265
- CZ
30270
30266
regionName:
@@ -44407,7 +44403,9 @@ components:
44407
44403
examples:
44408
44404
- '120 00'
44409
44405
countryCode:
44410
-
type: string
44406
+
type:
44407
+
- string
44408
+
- 'null'
44411
44409
description: 'tree-character ISO country code (ISO 4217)'
44412
44410
examples:
44413
44411
- CZ
@@ -44501,7 +44499,9 @@ components:
44501
44499
examples:
44502
44500
- '120 00'
44503
44501
countryCode:
44504
-
type: string
44502
+
type:
44503
+
- string
44504
+
- 'null'
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: "customer's country code"
44632
+
description: 'country (can be `null`)'
44633
44633
examples:
44634
44634
- CZ
44635
44635
regionName:
@@ -44747,8 +44747,10 @@ components:
44747
44747
examples:
44748
44748
- '25088'
44749
44749
countryCode:
44750
-
type: string
44751
-
description: "customer's country code"
44750
+
type:
44751
+
- string
44752
+
- 'null'
44753
+
description: 'country (can be `null`)'
44752
44754
examples:
44753
44755
- CZ
44754
44756
regionName:
@@ -51206,8 +51208,6 @@ components:
51206
51208
type: object
51207
51209
additionalProperties: false
51208
51210
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: "Customer's country code"
51288
+
description: '(string, optional) - country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
51289
51289
examples:
51290
51290
- CZ
51291
51291
regionName:
@@ -51422,7 +51422,8 @@ components:
51422
51422
countryCode:
51423
51423
type:
51424
51424
- string
51425
-
description: "Customer's country code"
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