Submits a `UrlRedirectImport` request to be processed.
The `UrlRedirectImport` request is first created with the [`urlRedirectImportCreate`](https://shopify.dev/api/admin-graphql/latest/mutations/urlRedirectImportCreate) mutation.
Access Scopes
`write_online_store_navigation` access scope.
Arguments
id:
ID! -
The ID of the [`UrlRedirectImport`](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirectImport) object.
Returns
job:
Job
The asynchronous job importing the redirects.
userErrors:
UrlRedirectImportUserError!
The list of errors that occurred from executing the mutation.