# UrlRedirectImport - admin - OBJECT
Version: 2025-01

## Description
A request to import a [`URLRedirect`](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirect) object
into the Online Store channel. Apps can use this to query the state of an `UrlRedirectImport` request.

For more information, see [`url-redirect`](https://help.shopify.com/en/manual/online-store/menus-and-links/url-redirect)s.

### Access Scopes
`read_online_store_navigation` access scope.


## Fields
* [count](/docs/api/admin/2025-01/scalars/Int): Int - The number of rows in the file.
* [createdCount](/docs/api/admin/2025-01/scalars/Int): Int - The number of redirects created from the import.
* [failedCount](/docs/api/admin/2025-01/scalars/Int): Int - The number of redirects that failed to be imported.
* [finished](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the import is finished.
* [finishedAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime - The date and time when the import finished.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the `UrlRedirectImport` object.
* [previewRedirects](/docs/api/admin/2025-01/objects/UrlRedirectImportPreview): UrlRedirectImportPreview! - A list of up to three previews of the URL redirects to be imported.
* [updatedCount](/docs/api/admin/2025-01/scalars/Int): Int - The number of redirects updated during the import.

## Connections



## Related queries
* [urlRedirectImport](/docs/api/admin/2025-01/queries/urlRedirectImport) Returns a redirect import resource by ID.

## Related mutations
* [urlRedirectImportCreate](/docs/api/admin/2025-01/mutations/urlRedirectImportCreate) 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.

## Related Unions

## Examples