# ReceiptProduct

### Object description

| Field       | Type                                                                                                 | Required | Description             |
| ----------- | ---------------------------------------------------------------------------------------------------- | -------- | ----------------------- |
| id          | [S](https://developer.smarts.ee/general/shipment#enum-type-possible-values)tring                     | Yes      | Product identifier      |
| barcode     | [S](https://developer.smarts.ee/general/shipment#enum-type-possible-values)tring                     | Yes      | Product SKU             |
| productName | String                                                                                               | Yes      | Name of the product     |
| amount      | double                                                                                               | Yes      | Product amount          |
| rowPrice    | double                                                                                               | Yes      | Product total row price |
| categories  | List<[ReceiptCategory](https://developer.smarts.ee/general/data-object-description/receiptcategory)> | No       | Receipt category        |
