Shopify MCP Server

by rezapex
Verified

get-customers

Retrieve Shopify customer data with pagination support, enabling efficient management of customer information via the Shopify MCP Server's GraphQL API.

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

You must be authenticated.

Other Tools from Shopify MCP Server

Related Tools

ID: uhwaf9e34i