Vertex AI Search for commerce API (retail:v2)

2025-06-17

2 new methods

Additions

    Methods
  • retail.projects.locations.catalogs.getConversationalSearchCustomizationConfig

      Path : v2/{+name}/conversationalSearchCustomizationConfig

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/catalogs/{catalogsId}/conversationalSearchCustomizationConfig

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

          Pattern : ^projects/[^/]+/locations/[^/]+/catalogs/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Returns the conversational search customization config for a given catalog.

  • retail.projects.locations.catalogs.updateConversationalSearchCustomizationConfig

      Path : v2/{+catalog}/conversationalSearchCustomizationConfig

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/catalogs/{catalogsId}/conversationalSearchCustomizationConfig

      HTTP Method : PATCH

      Parameters :

        catalog

          Description : Required. Resource name of the catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

          Pattern : ^projects/[^/]+/locations/[^/]+/catalogs/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Optional. Indicates which fields in the provided ConversationalSearchCustomizationConfig to update. If not set or empty, all supported fields are updated.

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : catalog

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Updates the conversational search customization config for a given catalog.