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:
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:
UrlRedirectImport
The created `URLRedirectImport` object.
userErrors:
UrlRedirectImportUserError!
The list of errors that occurred from executing the mutation.