Shopify MCP Server

get-products

Retrieve all products or filter by title using the Shopify MCP Server. Specify a limit to control the number of results returned for efficient data management.

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: bemvhpy885