Product
Product
| Field | Type | Length | Required | Description |
|---|---|---|---|---|
| name | string | 128 | true | product name |
| description | string | 128 | false | product description, special characters are illegal |
| unit_price | string | 15,2 | false | - |
| quantity | string | 8 | true | product quantity |
| category | string | 64 | false | - |
| show_url | string | 256 | false | - |