RECSKUS
The RECSKUS function adds products with specified SKUs to the recommended products list.
RECSKUS(skus, [count])
Argument name | Description |
skus Required | List of SKUs to recommend. |
count Optional | Number of the SKUs list to recommend. If not specified, it will recommend the whole list. |
If:
- skus = [sku1, sku2, sku3]
The execution of:

Will recommend the three products with SKUs sku1, sku2, and sku3.
The execution of:

Will recommend only sku1. This rule can also be written as:

Last modified 3yr ago