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
description: List of changed items. All items are considered when empty.
1685
1685
totalPrice:
1686
-
$ref: '#/components/schemas/Amount'
1687
1686
description: The total financial amount of items (from the `orderItems` array). You can specify the amount if it differs from the sum of the item prices. If this amount is not specified, `application.order.totalPrice` is used.
1687
+
allOf:
1688
+
- $ref: '#/components/schemas/Amount'
1688
1689
totalVat:
1689
1690
type: array
1690
1691
items:
@@ -1811,7 +1812,9 @@ components:
1811
1812
description: 'Variable symbols for pairing. First symbol in array is used for making the payment to your account (if not specified later in `Mark order items as sent` or `Mark order items as delivered`) or we expect you make payment on our account with this symbol (if not specified later in `Mark order items as returned` operation). Strings must contain only numbers, maximum length is 10 characters (digits). Leading zeros are ignored.'
1812
1813
maxLength: 10
1813
1814
totalPrice:
1814
-
$ref: '#/components/schemas/Amount'
1815
+
description: Order total price including VAT.
1816
+
allOf:
1817
+
- $ref: '#/components/schemas/Amount'
1815
1818
totalVat:
1816
1819
type: array
1817
1820
items:
@@ -1935,7 +1938,9 @@ components:
1935
1938
description: 'Variable symbols for pairing. First symbol in array is used for making the payment to your account (if not specified later in `Mark order items as sent` or `Mark order items as delivered`) or we expect you make payment on our account with this symbol (if not specified later in `Mark order items as returned` operation). Strings must contain only numbers, maximum length is 10 characters (digits). Leading zeros are ignored.'
1936
1939
nullable: true
1937
1940
totalPrice:
1938
-
$ref: '#/components/schemas/Amount'
1941
+
description: New order total price including VAT.
1942
+
allOf:
1943
+
- $ref: '#/components/schemas/Amount'
1939
1944
totalVat:
1940
1945
type: array
1941
1946
items:
@@ -2022,10 +2027,14 @@ components:
2022
2027
type: string
2023
2028
description: List of item categories
2024
2029
nullable: true
2025
-
totalPrice:
2026
-
$ref: '#/components/schemas/Amount'
2030
+
totalPrice:
2031
+
description: Order items total price including VAT.
2032
+
allOf:
2033
+
- $ref: '#/components/schemas/Amount'
2027
2034
totalVat:
2028
-
$ref: '#/components/schemas/VatAmount'
2035
+
description: Order items VAT including VAT rate.
2036
+
allOf:
2037
+
- $ref: '#/components/schemas/VatAmount'
2029
2038
productUrl:
2030
2039
type: string
2031
2040
format: url
@@ -2043,7 +2052,9 @@ components:
2043
2052
image:
2044
2053
$ref: '#/components/schemas/FileRequest'
2045
2054
unitPrice:
2046
-
$ref: '#/components/schemas/Amount'
2055
+
description: Order unit item price including VAT.
2056
+
allOf:
2057
+
- $ref: '#/components/schemas/Amount'
2047
2058
unitVat:
2048
2059
$ref: '#/components/schemas/VatAmount'
2049
2060
quantity:
@@ -2090,7 +2101,9 @@ components:
2090
2101
image:
2091
2102
$ref: '#/components/schemas/FileResponse'
2092
2103
unitPrice:
2093
-
$ref: '#/components/schemas/Amount'
2104
+
description: Order unit item price including VAT.
2105
+
allOf:
2106
+
- $ref: '#/components/schemas/Amount'
2094
2107
unitVat:
2095
2108
$ref: '#/components/schemas/VatAmount'
2096
2109
quantity:
@@ -2365,7 +2378,9 @@ components:
2365
2378
description: List of item categories
2366
2379
nullable: true
2367
2380
totalPrice:
2368
-
$ref: '#/components/schemas/Amount'
2381
+
description: Order item total price including VAT.
2382
+
allOf:
2383
+
- $ref: '#/components/schemas/Amount'
2369
2384
totalVat:
2370
2385
$ref: '#/components/schemas/VatAmount'
2371
2386
productUrl:
@@ -2376,7 +2391,9 @@ components:
2376
2391
example: 'https://www.example.com'
2377
2392
nullable: true
2378
2393
unitPrice:
2379
-
$ref: '#/components/schemas/Amount'
2394
+
description: Order unit item price including VAT.
2395
+
allOf:
2396
+
- $ref: '#/components/schemas/Amount'
2380
2397
unitVat:
2381
2398
$ref: '#/components/schemas/VatAmount'
2382
2399
quantity:
@@ -2399,7 +2416,9 @@ components:
2399
2416
description: 'Variable symbols for pairing. First symbol in array is used for making the payment to your account (if not specified later in `Mark order items as sent` or `Mark order items as delivered`) or we expect you make payment on our account with this symbol (if not specified later in `Mark order items as returned` operation). Strings must contain only numbers, maximum length is 10 characters (digits). Leading zeros are ignored.'
0 commit comments