--- title: ImageInput - GraphQL Admin description: The input fields for an image. 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/ImageInput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ImageInput.md --- # Image​Input input\_object The input fields for an image. ## Fields * alt​Text [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) A word or phrase to share the nature or contents of an image. * id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) A globally-unique ID. * src [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The URL of the image. May be a staged upload URL. *** ## Input objects using this input * [Collection​Input.image](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CollectionInput#fields-image) INPUT OBJECT The input fields required to create a collection. *** ## Map ### Input objects using this input * [Collection​Input.image](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CollectionInput#fields-image)