Google Analytic Product
Google Analytics product object on invoices.
Content
| Key | Type | Description |
|---|---|---|
| item_id | int|null | The invoice product ID |
| item_name | string | The name of the invoice product |
| price | float | The price of the invoice product |
| quantity | int | How many times this invoice product has been purchased |
Example
{
"price": 10,
"item_id": 112233,
"quantity": 1,
"item_name": "Product 1"
}