Google Analytic Product

Google Analytics product object on invoices.

Content

KeyTypeDescription
item_idint|nullThe invoice product ID
item_namestringThe name of the invoice product
pricefloatThe price of the invoice product
quantityintHow many times this invoice product has been purchased

Example

{
  "price": 10,
  "item_id": 112233,
  "quantity": 1,
  "item_name": "Product 1"
}