ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface CarolinaSearchResult

    Represents a single search result item with product details. Contains product information including images, descriptions, and pricing.

    interface CarolinaSearchResult {
        "product.thumbnailImg": string;
        "product.productName": string;
        "product.productId": string;
        "product.shortDescription": string;
        itemPrice: string;
        "product.seoName": string;
        productUrl: string;
        productName: string;
        qtyDiscountAvailable: boolean;
        productSquence: number;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • CarolinaSearchResult

    Indexable

    • [key: string]: unknown
    Index

    Properties

    "product.thumbnailImg": string

    URL of the product thumbnail image

    "product.productName": string

    Name of the product

    "product.productId": string

    Unique identifier for the product

    "product.shortDescription": string

    Brief description of the product

    itemPrice: string

    Price of the item

    "product.seoName": string

    SEO-friendly name for the product

    productUrl: string

    URL to the product page

    productName: string

    Display name of the product

    qtyDiscountAvailable: boolean

    Indicates if quantity-based discounts are available

    productSquence: number

    Sequence number for product ordering