> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/guides/nocode/functions/recskus.md).

# RECSKUS

The RECSKUS function adds products with specified SKUs to the recommended products list.

### Syntax

**RECSKUS(skus, \[count])**

| Argument name                                | Description                                                                               |
| -------------------------------------------- | ----------------------------------------------------------------------------------------- |
| <p><strong>skus</strong></p><p>Required</p>  | List of SKUs to recommend.                                                                |
| <p><strong>count</strong></p><p>Optional</p> | Number of the SKUs list to recommend. If not specified, it will recommend the whole list. |

### Examples

If:

* *skus* = \[*sku1, sku2, sku3*]

The execution of:

![](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MA6CDcNW4mk_ZvdHW6Y%2F-MA6EEh__ba2LplK8AyT%2Fimage.png?alt=media\&token=c3a3ada4-8323-4b92-94ee-8e94e09a44b6)

Will recommend the three products with SKUs *sku1*, *sku2*, and *sku3*.

The execution of:

![](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MA6CDcNW4mk_ZvdHW6Y%2F-MA6EXEAN6q6Psqohl7-%2Fimage.png?alt=media\&token=9866e381-806f-4bfc-a3e3-21a76e4bee35)

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

![](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MA6CDcNW4mk_ZvdHW6Y%2F-MA6EgkdTzdP8SlvsiRB%2Fimage.png?alt=media\&token=7c5f9d2b-804b-4113-81f2-4d84117f9029)
