The following table describes the extension point details of the Catalog microservice.
See also, About Extending Infosys Equinox Commerce.
S.NO | EXTENSION POINT NAME | EXTENSION POINT DESCRIPTION/USAGE | EXTENSION INTERFACE METHOD SIGNATURE |
---|---|---|---|
1 | UpsellProductIdsValidator | Validates the given product IDs are upsell product IDs or not. | preProcess(InputModel model) |
2 | CrosssellProductIdsValidator | Validates the given product IDs are crossell product IDs or not. | preProcess(InputModel model) |
3 | CollectionProductIdsValidator | Validates the given product IDs are collection product IDs or not. | preProcess(InputModel model) |
4 | ProductTypeValidator | Validates the given product type is collection or bundle. | preProcess(InputModel model) |
5 | BundleProductIdsValidator | Validates the given product IDs are bundle product IDs or not. | preProcess(InputModel model) |
6 | DynamicAttributeBuilder | Validates the given attribute is dynamic or static. | preProcess(InputModel model) |
7 | SubscriptionValidator | Validates whether the given value is true or false. | preProcess(InputModel model) |
8 | SkuKitsValidator | Validates whether the given SKU IDs exist or not. | preProcess(InputModel model) |
9 | com.skava.catalog.tagging.service.impl.FindTaggingServiceImpl | Retrieves status of the tagged or tagless information:
| 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.