Skip to main content
Glama

Shopify MCP Server

MIT License
76

get-customers

Retrieve Shopify customers with pagination support using limit and next page cursor for efficient data handling and large dataset navigation.

Instructions

Get shopify customers with pagination support

Input Schema

NameRequiredDescriptionDefault
limitNoLimit of customers to return
nextNoNext page cursor

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Limit of customers to return", "type": "number" }, "next": { "description": "Next page cursor", "type": "string" } }, "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/creativerezz/shopify-mcp-server'

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