Pipelet: ProductList CreateProductList

Pipelet CreateProductList

Create and return a ProductList of the specified Type, which is owned by the specified Customer.

Group:

ProductList

Flags:

Transaction Required

Input Parameters

Type : Integer Required

The type of ProductList to create. Possible values are defined as static constants on ProductList, e.g. dw.customer.ProductList.TYPE_WISH_LIST.

Customer : Customer Required

The owner of the ProductList.

Output Parameters

ProductList : ProductList : Required