Skip to content

Style Checker

Overview

The Style Checker allows retrieving detailed information about a specific article down to the variation level, providing insights into how products are processed within the search system.


Executing the Checker

  • Enter the style ID in the input field.
  • Article number can be used as a fallback.
  • Variation SKU is also supported (recent feature in iPIM).
  • Click “Search Style” to fetch article details.
  • If the style ID exists, all associated information of the corresponding style will be displayed — even when a variation SKU is used.
  • If the article is not found, an error message will appear.

Fields, Buttons, and Information

Article Information (Style Level)

Field/ButtonDescription
StyleShort description of the article.
Style SKUArticle number of the product.
Edit againReprocess the product message as if a new update has been received. Useful after bug fixes.
Display raw product messageDisplays the raw product message when clicked. Before: Compact product message After: Full product message
Processing-date of Upsert MessageTimestamp of the last update message processing.
Update-Date from the MessageLast modification date in the PIM.
Processing-Date of Delete MessageTimestamp of the last deletion message processing.
Update-Date from Delete MessageDeletion timestamp from the AY-Backbone.
DeleteDelete or mark an article (or list of articles) as deleted. Generates deletion messages and sends them to Kafka for all connected systems.
RuleEngine-Values for Variation-SortingValues from the rule engine database used to sort variations, determining the display order of color swatches.
Style ArtNoDisplays all variation article numbers associated with this style.
Last UpdateLast recorded update timestamp. Should match the above update timestamp.
URIURL path of the product detail page in the shop.
Style AvailabilityOverall availability of the product (average across variations):
1.0 = Available
0.1 = Backorder
0.0 = Sold out
Style isDeletedIndicates if the article is marked as deleted.
Style isHiddenForSearchIf true, the article is excluded from search results.
Style minPriceLowest price across all variations, used for “Starting at” price display.
Style oldMinPricePrevious lowest price, if the product was discounted.
BrandThe brand of the article.
Product GroupThe product group. Can be expanded via product group taxonomy.
Ranking ScoreDefault ranking score for sorting in product lists. Used as fallback when RuleEngine sorting fails or is inactive.
AttributesAdditional attributes, often tenant-specific for special functionalities.
DisplayData-AttributesAdditional attributes used only for display purposes, not for search processing.
FlagsSpecial product flags (e.g., FSC Certification).
Long DescriptionThe detailed product description, as displayed on the product detail page.
Style Search StringProduct information stored in the search index.
Style Search String GroupsThe same search index information, but grouped for easier interpretation.
Example:
- "brand (0.0)": No point deduction if a search term matches the brand.
- "filterValues (8.0)": 8-point penalty if a search term matches a filter value.
Style Filter IDsFilter values for the product. Hovering over the value displays a text tooltip. Style filter ID tooltip
MKZ (Market Identifier)Assigned market identifier (if applicable). Also indicates whether product images are in portrait format (true/false).

Example of Style Attributes

{
"styleNo": "211NIKITAPEOTM",
"UrlSlug": "nova-via-ecksofa",
"ratingCount": "39",
"onlineDate": "2020-05-30",
"avgRatingFiltered": "4.04",
"ratingCountFiltered": "25",
"Represent-b-2": "70351256",
"Represent-b-3": "13821814",
"avgRating": "4.05",
"Represent-prank": "30054534",
"Represent-b-1": "82119915",
"Represent-b-6": "30089426",
"mkz": 809,
"productType": "Corner Sofa"
}