The following table describes the extension point details of the Catalog microservice.

See also, About Extending  Infosys Equinox Commerce.

S.NOEXTENSION POINT NAMEEXTENSION POINT DESCRIPTION/USAGEEXTENSION INTERFACE METHOD SIGNATURE
1UpsellProductIdsValidatorValidates the given product IDs are upsell product IDs or not.preProcess(InputModel model)
2CrosssellProductIdsValidatorValidates the given product IDs are crossell product IDs or not.preProcess(InputModel model)
3CollectionProductIdsValidatorValidates the given product IDs are collection product IDs or not.preProcess(InputModel model)
4ProductTypeValidatorValidates the given product type is collection or bundle.preProcess(InputModel model)
5BundleProductIdsValidatorValidates the given product IDs are bundle product IDs or not.preProcess(InputModel model)
6DynamicAttributeBuilderValidates the given attribute is dynamic or static.preProcess(InputModel model)
7SubscriptionValidatorValidates whether the given value is true or false.preProcess(InputModel model)
8SkuKitsValidatorValidates whether the given SKU IDs exist or not.preProcess(InputModel model)
9com.skava.catalog.tagging.service.impl.FindTaggingServiceImplRetrieves status of the tagged or tagless information:
  • tagged - Retrieves status that are associated with a SKU/Product.
  • tagless - Retrieves status that are not associated with a SKU/Product.
public TaggingResponse process(TaggingRequest request)

 
Revision History
2022-04-10 | JP – Fixed link and http issues.
2020-03-03 | AN – Updated content for April 2020 release.
2019-06-16 | PLK – Minor copyedits and link added.
2019-05-17 | JP – Uploaded to a new table tool.
2019-05-01 | PLK – Minor copyedit.
2019-04-16 | AN – Content updated for April 2019 release.
2019-01-21 | PLK – Page created and content uploaded.