# urlRedirectImportCreate - admin-graphql - MUTATION Version: 2024-10 ## 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-graphql/2024-10/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-graphql/2024-10/objects/UrlRedirectImport): UrlRedirectImport The created `URLRedirectImport` object. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UrlRedirectImportUserError): UrlRedirectImportUserError! The list of errors that occurred from executing the mutation. ## Examples