Shopify MCP Server

by rezapex
Verified

get-products-by-collection

Retrieve products from a specific Shopify collection using the collection ID, with options to limit the number of results. Integrates with Shopify MCP Server for efficient data access.

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" }

You must be authenticated.

Other Tools from Shopify MCP Server

Related Tools

ID: uhwaf9e34i