Name | Type | Description | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
ProductName | string |
The name of the product being ordered |
|
PriceId | integer |
The Tevalis Price ID that comes from the product catalogue. You can now optionally send the PLU for the PriceID instead, however this must be unique so that the PLU can match back to the Price |
|
PLU | string |
None. |
|
Quantity | integer |
Required |
|
TotalGross | decimal number |
Required Range: inclusive between 0 and 1.79769313486232E+308 |
|
VatName | string |
This field is no longer used |
|
APIOrderItemType | string |
None. |
|
VatRate | decimal number |
None. |
|
Discounts | Collection of CreateApiOrderItemDiscountCommand |
None. |
|
Options | Collection of CreateApiOrderItemOptionCommand |
None. |
|
ItemNotes | Collection of string |
None. |