# urlRedirectImportCreate - admin - MUTATION
Version: 2025-01

## Description
Creates a [`UrlRedirectImport`](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirectImport) object.

After creating the `UrlRedirectImport` object, the `UrlRedirectImport` request can be performed using the [`urlRedirectImportSubmit`](https://shopify.dev/api/admin-graphql/latest/mutations/urlRedirectImportSubmit) mutation.

### Access Scopes
`write_online_store_navigation` access scope.


## Arguments
* [url](/docs/api/admin/2025-01/scalars/URL): URL! - The staged upload URL of the CSV file.
You can download [a sample URL redirect CSV file](https://help.shopify.com/csv/sample-redirect-template.csv).


## Returns
* [urlRedirectImport](/docs/api/admin/2025-01/objects/UrlRedirectImport): UrlRedirectImport The created `URLRedirectImport` object.
* [userErrors](/docs/api/admin/2025-01/objects/UrlRedirectImportUserError): UrlRedirectImportUserError! The list of errors that occurred from executing the mutation.


## Examples