--- title: UrlRedirectImportCreatePayload - GraphQL Admin description: Return type for `urlRedirectImportCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/urlredirectimportcreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/urlredirectimportcreatepayload.md --- # Url​Redirect​Import​Create​Payload payload Return type for `urlRedirectImportCreate` mutation. ## Fields * url​Redirect​Import [Url​Redirect​Import](https://shopify.dev/docs/api/admin-graphql/latest/objects/UrlRedirectImport) The created `URLRedirectImport` object. * user​Errors [\[Url​Redirect​Import​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UrlRedirectImportUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [url​Redirect​Import​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/urlRedirectImportCreate) mutation 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. *** ## Map ### Mutations with this payload * [url​Redirect​Import​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/urlRedirectImportCreate)