Product
This type represents a single product within the Delivery Manager system. In many systems, this is actually an item line. For example, you can consider one product line as being a single line on a receipt from a till.
Parameters:
| Parameter | Type | Default | Description | |
|---|---|---|---|---|
| 1 | countryOfOrigin | String | - | The code of the country of origin |
| 2 | fabricContent | String | - | Details of the fabric content. |
| 3 | harmonisedProductCode | String | - | The harmonised product code. (Maximum length 50 characters) |
| 4 | productCode | String | - | The code of the product. (Maximum length 50 characters) |
| 5 | productDescription | String | - | The description of the product. |
| 6 | productQuantity | Integer | - | The quantity of products. This must be more than zero. |
| 7 | productTypeDescription | String | - | The description of the product type. |
| 8 | totalProductValue | Double | 0 | The total product value. |
| 9 | unitProductWeight | double | 0 | The weight of an individual product. |

