Import items
php app/console mautic:recommender:import --type=items`
`--file="http://domain.tld/path/to/items.json"
Update items
JSON format example
Last updated
php app/console mautic:recommender:import --type=items`
`--file="http://domain.tld/path/to/items.json"
Last updated
[
{
"itemId": 13807,
"price": 29,
"product": "Name of product",
"category": "Electronics",
"image": "http://domain.tld/image.jpg",
"url": "http://domain.tld/link-to-item"
},
{
"itemId": 13808,
"price": 39,
"product": "Name of product 2",
"category": "Cell Phones",
"image": "http://domain.tld/image.jpg",
"url": "http://domain.tld/link-to-item"
}
]