Share via


CatalogProduct::createCatalogProduct Method

Creates a new catalog product.

Syntax

client server public static CatalogProduct createCatalogProduct(
    CatalogRefRecId _catalogRecId, 
    EcoResProductRecId _productRecId, 
    NoYes _useHierarchy)

Run On

Called

Parameters

  • _useHierarchy
    Type: NoYes Enumeration
    A value that indicates whether to use the hierarchy to determine the product category in the catalog.

Return Value

Type: CatalogProduct Table
The catalog product that is created.

See Also

Reference

CatalogProduct Table