Name | Description | Type | Required | Additional information |
---|---|---|---|---|
Name |
Product name. |
string |
Required String length: inclusive between 0 and 1000 |
|
ArticleNo |
Product article number. |
string |
String length: inclusive between 0 and 50 |
|
Amount |
Amount (with support for 2 decimals) |
decimal number |
Matching regular expression pattern: ^\d+(.\d{1,2})?$ Range: inclusive between 0 and 999999.99 |
|
Quantity |
Quantity (with support for 2 decimals) |
decimal number |
Matching regular expression pattern: ^\d+(.\d{1,2})?$ Range: inclusive between 0 and 999999.99 |
|
Tax |
Tax amount (with support for 2 decimals) |
decimal number |
Matching regular expression pattern: ^\d+(.\d{1,2})?$ Range: inclusive between 0 and 999999.99 |