| Key | Type | Description |
|---|
| item_id | int|null | ID der Rechnungsposition |
| item_name | string | Name der Rechnungsposition |
| price | float | Preis der Rechnungsposition |
| quantity | int | Anzahl gekaufter Einheiten dieser Position |
{
"price": 10,
"item_id": 112233,
"quantity": 1,
"item_name": "Product 1"
}