--- title: SavedSearchUpdateInput - GraphQL Admin description: The input fields to update a saved search. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/SavedSearchUpdateInput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/SavedSearchUpdateInput.md --- # Saved​Search​Update​Input input\_object The input fields to update a saved search. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null ID of the saved search to update. * name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) A descriptive name of the saved search. * query [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The query string of a saved search. This included search terms and filters. *** ## Map No referencing types