Preview

PublishedProductSearchHit is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

PublishedProductSearchHit

Represent a search hit

This page contains

    Fields

    documentId: ID

    Document id in search index.

    documentScore: Decimal

    Document score.

    documentScoreExplanation: JSON

    Document score explanation.

    productId: ID

    AppDirect product id

    productUuid: ID

    AppDirect product uuid

    productName: String

    AppDirect product name

    productListingImageUrl: URL

    AppDirect product listing image url

    rank: Int

    AppDirect marketplace product sort rank

    source: JSON

    Source document in search index.

    highlights: [PublishedProductSearchFieldHighlight] PREVIEW

    highlights of portion of text in a product document that matches the a search term

    Parent objects of PublishedProductSearchHit

    PublishedProductSearchResult PREVIEW

    Represent a search result

    PublishedProductSearchResultTesting PREVIEW

    Represent a search result

    PublishedProductSuggestResult PREVIEW

    Represent a suggest search result for typeahead

    ResellerPublishedProductSearchResult PREVIEW

    Represent a Reseller search result

    SalesAgentPublishedProductSearchResult PREVIEW

    Represent a Sales Agent search result

    Queries for PublishedProductSearchHit

    publishedProductsSearch PREVIEW

    Returns a paginated list of published products that match the queryString, partner, locale and filters provided.

    publishedProductsSearchSuggest PREVIEW

    Returns product suggestions for typeahead search based on the queryString, locale and filters provided.

    publishedProductsSearchTesting PREVIEW

    Returns a paginated list of published products that match the queryString, partner, locale and filters provided.

    resellerPublishedProductsSearch PREVIEW

    Returns a paginated list of published products for a given Reseller that match the queryString, partner, locale and filters provided.

    salesAgentPublishedProductsSearch PREVIEW

    Returns a paginated list of published products for a given Sales Agent that match the queryString, partner, locale and filters provided.