RetailCatalogIntOrgProductValidation::updateErrorTypeByProduct Method
Updates the error type and message for a product in the catalog.
Syntax
client server public static void updateErrorTypeByProduct(
CatalogRefRecId _catalogId,
RefRecId _retailCatalogIntOrgRecId,
CatalogProductId _catalogProductRecId,
RetailCatalogValidationError _errorType,
str _errorMessage)
Run On
Called
Parameters
- _catalogId
Type: CatalogRefRecId Extended Data Type
The catalog rec id.
- _retailCatalogIntOrgRecId
Type: RefRecId Extended Data Type
The retail catalog channel record id.
- _catalogProductRecId
Type: CatalogProductId Extended Data Type
The catalog product record id.
- _errorType
Type: RetailCatalogValidationError Enumeration
The error type.
- _errorMessage
Type: str
The error message.
Remarks
The product is the EcoResProduct. The update will happen for all the retail channels in the catalog.