In reports we we can't see the exact item thas has been sold. We just see 1 purchase for €100, but we don't know de product name?? (this is collected via pixel so we just need to be able to display it in reports) for example you collect this : items: [{ id: '1234', name: "product_name", quantity: 1, price: 100 }] so aside of "purchase" we should also see each purchase name disclosed, in this way we can know exactly what has been sold.