Correlación entre los servicios BOD de HCL Commerce Search y los servicios REST
Este tema muestra la correlación entre los creadores de expresiones BOD CatalogNavigationView relacionadas con la búsqueda del servidor de HCL Commerce y los servicios REST de búsqueda correspondientes del servidor de búsqueda.
Nota: Algunos de los servicios REST nuevos pueden devolver datos en un formato diferente del de los servicios BOD.
| Servicio BOD | Creador de expresiones | Recurso REST | Servicio REST |
|---|---|---|---|
| CatalogNavigationView | getCatalogNavigationView | ProductViewHandler (Búsqueda) | store/{storeId}/productview/bySearchTerm/{searchTerm} |
| getCatalogNavigationAttachmentView | store/{storeId}/productview/bySearchTerm/{searchTerm} | ||
| getCatalogNavigationViewByCategory | store/{storeId}/productview/byCategory/{categoryId} | ||
| getCatalogNavigationBreadCrumbView | store/{storeId}/productview/byCategory/{categoryId} | ||
| getCatalogNavigationCatalogEntryView | store/{storeId}/productview/byId/{productId}, store/{storeId}/productview/byIds | ||
| getCatalogEntryViewAllWithoutAttachmentsByID | store/{storeId}/productview/byId/{productId}, store/{storeId}/productview/byIds | ||
| getCatalogEntrySearchResultsByIDView | store/{storeId}/productview/byId/{productId}, store/{storeId}/productview/byIds | ||
| getCatalogEntryViewParentInfoByIDNoEntitlementCheck | store/{storeId}/productview/byId/{productId}, store/{storeId}/productview/byIds | ||
| getCatalogEntryViewForShoppingCart | store/{storeId}/productview/byId/{productId}, store/{storeId}/productview/byIds | ||
| getCatalogEntryViewPriceWithAttributesByID | store/{storeId}/productview/byId/{productId}, store/{storeId}/productview/byIds | ||
| getCatalogNavigationCatalogGroupView | CategoryViewHandler (Búsqueda) | store/{storeId}/categoryview/byId/{categoryId}, store/{storeId}/categoryview/byIds | |
| getCatalogNavigationCatalogGroupViewByIdentifier | store/{storeId}/categoryview/{categoryIdentifier} | ||
| getCatalogNavigationCatalogGroupViewByCatalogId | store/{storeId}/categoryview/@top | ||
| getCatalogNavigationCatalogGroupViewByParentCatalogGroup | store/{storeId}/categoryview/byParentCategory/{parentCategoryId} | ||
| getWebContentView | SiteContentHandler (Búsqueda) | store/{storeId}/sitecontent/webContentsBySearchTerm/{searchTerm} | |
| store/{storeId}/sitecontent/brandSuggestions | |||
| store/{storeId}/sitecontent/categorySuggestions |