RECSKUS

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

Syntax

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.

Examples

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 updated