> For the complete documentation index, see [llms.txt](https://developer.smarts.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.smarts.ee/general/data-object-description/receiptproduct.md).

# ReceiptProduct

### Object description

| Field       | Type                                                                             | Required | Description             |
| ----------- | -------------------------------------------------------------------------------- | -------- | ----------------------- |
| id          | [S](/general/data-object-description/shipment.md#enum-type-possible-values)tring | Yes      | Product identifier      |
| barcode     | [S](/general/data-object-description/shipment.md#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](/general/data-object-description/receiptcategory.md)>     | No       | Receipt category        |
