Products is an array of objects representing the products viewed during a session. Each product has the following properties:
- sku
- name
- description
- price
- imgUrl
Inject products viewed into your template using the following syntax:
{{#Products}} {{name}} ({{sku}}) {{desc}} Price: ${{price}} {{/Products}}
Example of injecting products viewed into an email template: