--- title: UrlRedirectInput - GraphQL Admin description: The input fields to create or update a URL redirect. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/UrlRedirectInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/UrlRedirectInput.md --- # Url​Redirect​Input input\_object The input fields to create or update a URL redirect. ## Fields * path [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The old path to be redirected from. When the user visits this path, they will be redirected to the target location. * target [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The target location where the user will be redirected to. *** ## Map No referencing types