Skip to main content
Anchor to urlRedirectImportCreate

urlRedirectImportCreate

mutation

Requires write_online_store_navigation access scope.

Creates a UrlRedirectImport object.

After creating the UrlRedirectImport object, the UrlRedirectImport request can be performed using the urlRedirectImportSubmit mutation.

URL!required

The staged upload URL of the CSV file. You can download a sample URL redirect CSV file.


Was this section helpful?

Anchor to UrlRedirectImportCreatePayload returnsUrlRedirectImportCreatePayload returns

UrlRedirectImport

The created URLRedirectImport object.

[UrlRedirectImportUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?