Skip to main content
Glama

Shopify Update MCP Server

by smithery-ai

get-products-by-collection

Retrieve products from a Shopify collection by specifying the collection ID. Define a limit to control the number of products returned. Streamlines product data access for targeted collections.

Instructions

Get products from a specific collection

Input Schema

NameRequiredDescriptionDefault
collectionIdYesID of the collection to get products from
limitNoMaximum number of products to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collectionId": { "description": "ID of the collection to get products from", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of products to return", "type": "number" } }, "required": [ "collectionId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smithery-ai/shopify-mcp-server-main-1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server