Shopify MCP Server

by rezapex
Verified

get-products

Retrieve all products or search by title from a Shopify store using the Shopify MCP Server. Specify a limit to control the number of results returned.

Instructions

Get all products or search by title

Input Schema

NameRequiredDescriptionDefault
limitYesMaximum number of products to return
searchTitleNoSearch title, if missing, will return all products

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of products to return", "type": "number" }, "searchTitle": { "description": "Search title, if missing, will return all products", "type": "string" } }, "required": [ "limit" ], "type": "object" }

You must be authenticated.

Other Tools from Shopify MCP Server

Related Tools

ID: uhwaf9e34i