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
| unitPrice | integer | <center>x</center> | 1000 | Price per unit, in each country's minor unit, e.g. for Euros use cents. By default price should include VAT, unless [`usePricesWithoutVat`](#request-body) is set to true. Maximum value is 2147483647, minimum value is -2147483648. Negative value can't be used for Shop-in-Shop payments or when [`usePricesWithoutVat`](#request-body) is set to true. |
1039
-
| units | integer | <center>x</center> | 5 | Quantity, how many items ordered. Negative values are not supported. Maximum value of 99999998. |
1040
-
| vatPercentage | numeric | <center>x</center> | 25.5 | VAT percentage. Values between 0 and 100 are allowed with one number in decimal part. |
1041
-
| productCode | string | <center>x</center> | 9a | Merchant product code. May appear on invoices of certain payment methods. Maximum of 100 characters. |
1042
-
| description | string | <center>-</center> | Bear suits for adults | Item description. May appear on invoices of certain payment methods. Maximum of 1000 characters. |
1043
-
| category | string | <center>-</center> | fur suits | Merchant specific item category. Maximum of 100 characters. |
1044
-
| orderId (Deprecated) | string | <center>-</center> || (Deprecated) Item level order ID (suborder ID). Mainly useful for Shop-in-Shop purchases. This field is deprecated but remains here as a reference for old integrations. |
1045
-
| stamp | string | <center>-</center> | d4aca017-f1e7-4fa5-bfb5-2906e141ebac | Unique identifier for this item. Required for Shop-in-Shop payments. Required for item refunds. Maximum of 200 characters. |
1046
-
| reference | string | <center>-</center> | fur-suits-5 | Reference for this item. Required for Shop-in-Shop payments. |
1047
-
| merchant | string | <center>-</center> | 695874 | Merchant ID for the item. Required for Shop-in-Shop payments, do not use for normal payments. |
1048
-
| commission |[Commission](#commission)| <center>-</center> | - | Shop-in-Shop commission. Do not use for normal payments. |
1049
-
| deliveryDate (Deprecated) | string | <center>-</center> | 2019-12-31 | (Deprecated) When is this item going to be delivered. This field is deprecated but remains here as a reference for old integrations. |
1036
+
| Field | Type | Required | Example | Description |
| unitPrice | integer | <center>x</center> | 1000 | Price per unit, in each country's minor unit, e.g. for Euros use cents. By default price should include VAT, unless [`usePricesWithoutVat`](#request-body) is set to true. Maximum value is 2147483647, minimum value is -2147483648. Negative value can't be used for Shop-in-Shop payments or when [`usePricesWithoutVat`](#request-body) is set to true. PayPal doesn’t support negative values. |
1039
+
| units | integer | <center>x</center> | 5 | Quantity, how many items ordered. Negative values are not supported. Maximum value of 99999998. |
1040
+
| vatPercentage | numeric | <center>x</center> | 25.5 | VAT percentage. Values between 0 and 100 are allowed with one number in decimal part. |
1041
+
| productCode | string | <center>x</center> | 9a | Merchant product code. May appear on invoices of certain payment methods. Maximum of 100 characters. |
1042
+
| description | string | <center>-</center> | Bear suits for adults | Item description. May appear on invoices of certain payment methods. Maximum of 1000 characters. |
1043
+
| category | string | <center>-</center> | fur suits | Merchant specific item category. Maximum of 100 characters. |
1044
+
| orderId (Deprecated) | string | <center>-</center> || (Deprecated) Item level order ID (suborder ID). Mainly useful for Shop-in-Shop purchases. This field is deprecated but remains here as a reference for old integrations. |
1045
+
| stamp | string | <center>-</center> | d4aca017-f1e7-4fa5-bfb5-2906e141ebac | Unique identifier for this item. Required for Shop-in-Shop payments. Required for item refunds. Maximum of 200 characters. |
1046
+
| reference | string | <center>-</center> | fur-suits-5 | Reference for this item. Required for Shop-in-Shop payments. |
1047
+
| merchant | string | <center>-</center> | 695874 | Merchant ID for the item. Required for Shop-in-Shop payments, do not use for normal payments. |
1048
+
| commission |[Commission](#commission)| <center>-</center> | - | Shop-in-Shop commission. Do not use for normal payments. |
1049
+
| deliveryDate (Deprecated) | string | <center>-</center> | 2019-12-31 | (Deprecated) When is this item going to be delivered. This field is deprecated but remains here as a reference for old integrations. |
0 commit comments