MCP Server for Shopify

Build 25.0.9440

UrlRedirects

Lists URL redirects configured for the shop to preserve search engine optimization (SEO) and navigation.

Table-Specific Information

Select

The server uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The server processes other filters client-side within the server.

  • Id supports the '=, IN' comparison operators.
  • Path supports the '=, !=' comparison operators.
  • Target supports the '=, !=' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM UrlRedirects WHERE Id = 'Val1'
  SELECT * FROM UrlRedirects WHERE Path = 'Val1'
  SELECT * FROM UrlRedirects WHERE Target = 'Val1'

Insert

The following columns can be used to create a new record:

Path, Target

Update

The following columns can be updated:

Path, Target

Delete

You can delete entries by specifying the following column:

Id

Columns

Name Type ReadOnly References Description
Id [KEY] String True

A globally unique Id for the URL redirect.

Path String False

The original path to redirect from. When a customer visits this path, they are redirected to the target location.

Target String False

The target location where the customer is redirected.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440