ShoppingSearchesresultPunchoutCatalogs
Lists punchout catalog links included in search results, letting users directly access supplier-hosted catalogs.
Columns
Name | Type | Description |
ShoppingSearchesSearchPhraseId [KEY] | Long | Unique identifier linking to the search phrase used in the ShoppingSearches table, allowing for specific filtering of punchout catalogs by search term. |
CatalogId [KEY] | Long | Unique identifier for the punchout catalog, used to link the search result to a specific external catalog available through the punchout process. |
CatalogName | String | The name of the punchout catalog, typically provided by an external supplier, representing a collection of items available for purchase. |
ImageURL | String | URL pointing to an image that visually represents the punchout catalog, often used for display in search results or catalog listings. |
PunchoutURL | String | URL to the punchout catalog, allowing users to be redirected to the external supplier’s catalog to view and select items. |
Finder | String | Search or query reference related to the ShoppingSearchesresultPunchoutCatalogs, potentially used for filtering or looking up past search results and their corresponding punchout catalogs. |
SearchPhraseId | Long | Unique identifier for the search phrase used to find the punchout catalog in the search results, linking it to the SearchPhraseId in the ShoppingSearches table. |