customizeProductSearchSettings

Updates product search settings (searchable fields, algorithm version, popularity boost). Does not publish; use publishProductSearchSettings to make changes live.

This page contains

    Arguments

    input CustomizeProductSearchSettingsInput!

    CustomizeProductSearchSettingsInput fields

    productSearchableFields [ProductSearchableSettingInput!]

    Searchable field settings (which fields to search and their boosts).

    algorithmVersion AlgorithmVersion

    Search algorithm version (e.g. V1, V2).

    popularityBoost ProductSearchPopularityBoostSettingsInput

    Popularity boost field settings.

    Return Fields

    productSearchSettings ProductSearchSettings!

    The updated product search settings (not yet published).

    userErrors [CustomizeProductSearchSettingsError!]

    Validation errors (e.g. invalid field name or boost value).

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.