---
title: CollectionUpdateInput - GraphQL Admin
description: The input fields required to update a collection.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/collectionupdateinput
  md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/collectionupdateinput.md
---

# Collection​Update​Input

input\_object

The input fields required to update a collection.

## Fields

* description​Html

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The description of the collection, in HTML format.

* handle

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  A unique human-friendly string for the collection. Automatically generated from the collection's title.

* id

  [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

  Specifies the collection to update.

* image

  [Image​Input](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ImageInput)

  The image associated with the collection.

* metafields

  [\[Metafield​Input!\]](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetafieldInput)

  The metafields to associate with the collection.

* redirect​New​Handle

  [Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)

  Default:false

  Indicates whether a redirect is required after a new handle has been provided. If true, then the old handle is redirected to the new one automatically.

* seo

  [SEOInput](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/SEOInput)

  SEO information for the collection.

* sort​Order

  [Collection​Sort​Order](https://shopify.dev/docs/api/admin-graphql/latest/enums/CollectionSortOrder)

  The order in which the collection's products are sorted.

* sources​To​Create

  [\[Collection​Create​Source​Target​Input!\]](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CollectionCreateSourceTargetInput)

  The sources to create for the collection.

* sources​To​Delete

  [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

  The IDs of the sources to delete from the collection.

* sources​To​Update

  [\[Collection​Update​Source​Target​Input!\]](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CollectionUpdateSourceTargetInput)

  The sources to update for the collection.

* template​Suffix

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The theme template used when viewing the collection in a store.

* title

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The title of the collection.

***

## Mutations using this input

* [collection​Update.collection](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionUpdate#arguments-collection)

  ARGUMENT

***

## Map

### Mutations using this input

* [collection​Update.collection](https://shopify.dev/docs/api/admin-graphql/latest/mutations/collectionUpdate#arguments-collection)