Shopify Update MCP Server

by smithery-ai
MIT License
45
4

get-products

Retrieve products from Shopify Update MCP Server by title or fetch all products within a specified limit. Simplify product management and querying.

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" }
ID: vwulus7b19