ID
Description | Example Value |
Shopify's unique redirect identifier |
|
If present, the ID will be used to group multiple rows together into a single redirect. When importing, the ID will be used to see if the redirect already exists on the store. If there's no ID match the app will attempt to find an existing redirect using the Path
.
Path
Description | Example Value |
Original URL path to redirect from |
|
The path is the original URL path that visitors are trying to access. The path is used for grouping multiple rows together into a single redirect and finding an existing redirect on the store if the ID
is not present.
Command
Description | Example Value |
Action to perform: MERGE, DELETE, NEW |
|
MERGE: Update existing redirect or create if not found
DELETE: Remove the redirect from the store
NEW: Create a new redirect (will fail if redirect already exists)
Target
Description | Example Value |
New URL path to redirect to |
|
The target is the destination URL path where visitors will be redirected when they access the original path.